diff options
author | Keith Packard <keithp@keithp.com> | 2015-02-07 20:42:15 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-02-07 20:42:15 -0800 |
commit | 4231d68bae69d9a7d1f52205002db452cd5f986d (patch) | |
tree | 6a8f65acb5b371a15a0d99a457bfa56dbfb7ddfa /configure.ac | |
parent | c72d83ccd207b5300a90f2e84de6c5c96642478c (diff) |
Bump java library versions
Lots of minor API/ABI changes; make sure people can install both 1.5
and 1.6 at the same time.
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 62aea765..b09daa82 100644 --- a/configure.ac +++ b/configure.ac @@ -29,8 +29,8 @@ AC_SUBST(VERSION_DASH) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=3 -ALTOSLIB_VERSION=5 +ALTOSUILIB_VERSION=6 +ALTOSLIB_VERSION=6 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |