diff options
author | Keith Packard <keithp@keithp.com> | 2016-01-10 12:30:34 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-01-10 12:31:46 -0800 |
commit | 7041c386cdf37716f8daf0bc1a9204db620e3de9 (patch) | |
tree | 55a3ff7c25e3a1c2d7b41edc6bec4161fc6ef7a2 /configure.ac | |
parent | b560b20cc7d4d5ac219613b29707f7cb8a018273 (diff) |
Update java library versions
altoslib is API incompatible with 1.6.1 release due to altos.state updates.
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 e037e0f2..7440692c 100644 --- a/configure.ac +++ b/configure.ac @@ -31,8 +31,8 @@ AC_SUBST(ANDROID_VERSION) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=8 -ALTOSLIB_VERSION=8 +ALTOSUILIB_VERSION=9 +ALTOSLIB_VERSION=9 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |