diff options
author | Keith Packard <keithp@keithp.com> | 2016-04-21 21:12:40 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-04-21 21:33:51 -0400 |
commit | 21d176f161b90f18f236ef887cef9676d712eee3 (patch) | |
tree | 5ae7ebd004c946710a1ce3b31a4c975b227d48d8 /configure.ac | |
parent | 4db6074bb15c66bd23c513e1e41b408e5408cff8 (diff) |
Update java library version numbers
Prepare for 1.6.3 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 b8200952..8a308926 100644 --- a/configure.ac +++ b/configure.ac @@ -31,8 +31,8 @@ AC_SUBST(ANDROID_VERSION) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=9 -ALTOSLIB_VERSION=9 +ALTOSUILIB_VERSION=10 +ALTOSLIB_VERSION=10 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |