diff options
author | Keith Packard <keithp@keithp.com> | 2016-05-12 12:14:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-05-12 12:14:03 -0700 |
commit | 97adfff4cfb67c17a96f3ff46606b4e439422b01 (patch) | |
tree | 1d48a38d30aaaca352f15d26dd12e821c83a0eea /configure.ac | |
parent | 3450efdf8bd736a33900493eeda348ec2dacf7e8 (diff) |
Bump java library versions
Prepare for 1.6.4 release
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 d5284fa1..0eff4fb1 100644 --- a/configure.ac +++ b/configure.ac @@ -31,8 +31,8 @@ AC_SUBST(ANDROID_VERSION) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=10 -ALTOSLIB_VERSION=10 +ALTOSUILIB_VERSION=11 +ALTOSLIB_VERSION=11 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |