summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-06-13 10:58:57 -0700
committerKeith Packard <keithp@keithp.com>2017-06-13 11:02:32 -0700
commita61217f0a6d0ef48b6471f632c4600255867e831 (patch)
treef07e9880a44a1d0a872a83658b6d4ce8916e1906 /configure.ac
parente2fe220efe2ba375ddd925747a630c30c17d3bef (diff)
altoslib,altosuilib: Bump library version numbers
The API and ABI have changed a bit since 1.7 Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3e6658e9..020ee031 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,8 +34,8 @@ AC_SUBST(ANDROID_VERSION)
dnl ==========================================================================
dnl Java library versions
-ALTOSUILIB_VERSION=11
-ALTOSLIB_VERSION=11
+ALTOSUILIB_VERSION=12
+ALTOSLIB_VERSION=12
AC_SUBST(ALTOSLIB_VERSION)
AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package])