diff options
author | Keith Packard <keithp@keithp.com> | 2015-07-15 18:31:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-07-15 18:31:05 -0700 |
commit | d6445b3739ac2c5dd040efdb97317a6b2a48044a (patch) | |
tree | 9bb68833396950ec51e759607844fa8ccedd1b43 /configure.ac | |
parent | 271f56a41c7e785b0fab7e572325df842d104277 (diff) |
Bump Java library versions
Avoid problems if you have an old version of the library installed
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 efa68e2a..bbf82377 100644 --- a/configure.ac +++ b/configure.ac @@ -31,8 +31,8 @@ AC_SUBST(ANDROID_VERSION) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=7 -ALTOSLIB_VERSION=7 +ALTOSUILIB_VERSION=8 +ALTOSLIB_VERSION=8 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |