diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-25 20:33:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-25 20:33:28 -0700 |
commit | 68effc6e39f731a2d7bbe2963999c1e785118897 (patch) | |
tree | e34249f6547776185ead471e60ab76244a3480c5 /configure.ac | |
parent | 00aca369c4070901e0400f291d5f269b5fb8015c (diff) |
altoslib: More frobbing with new map bits
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 171d1410..0564f4f8 100644 --- a/configure.ac +++ b/configure.ac @@ -29,8 +29,8 @@ AC_SUBST(VERSION_DASH) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=6 -ALTOSLIB_VERSION=6 +ALTOSUILIB_VERSION=7 +ALTOSLIB_VERSION=7 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |