From 7041c386cdf37716f8daf0bc1a9204db620e3de9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 10 Jan 2016 12:30:34 -0800 Subject: Update java library versions altoslib is API incompatible with 1.6.1 release due to altos.state updates. Signed-off-by: Keith Packard --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3