diff options
author | Keith Packard <keithp@keithp.com> | 2018-08-05 12:32:42 +0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-08-15 15:39:11 -0700 |
commit | 297eb795b24ec31f6599f48bc8c3769557a7ec6f (patch) | |
tree | 3588e409b1d851736c3533a1d5adb66e6583854a /configure.ac | |
parent | 54838e3d523953e3ce4cea2319b2820c21d2c576 (diff) |
Bump java lib versions to 13
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 81dbd054..9ad581c9 100644 --- a/configure.ac +++ b/configure.ac @@ -34,8 +34,8 @@ AC_SUBST(ANDROID_VERSION) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=12 -ALTOSLIB_VERSION=12 +ALTOSUILIB_VERSION=13 +ALTOSLIB_VERSION=13 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |