summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-20 19:44:38 -0800
committerKeith Packard <keithp@keithp.com>2013-12-20 19:44:38 -0800
commitb89fb51a963635e2effe3a31f803bfc29c2c46b7 (patch)
tree0d336571efa16a3a14833a43340d44bed1e464d9 /configure.ac
parent8e5f3b922100f9de54b9650df14749e81b1a6562 (diff)
altoslib: Bump library version
Prepare for next release by making sure we notice that the API/ABI for this library has changed. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b92e06a9..eaf8c03d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ dnl ==========================================================================
dnl Java library versions
ALTOSUILIB_VERSION=1
-ALTOSLIB_VERSION=2
+ALTOSLIB_VERSION=3
AC_SUBST(ALTOSLIB_VERSION)
AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package])