diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-16 22:49:34 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-16 22:49:34 -0700 |
commit | c8078d352a7f54a4a97d25af080155d3f875536a (patch) | |
tree | 4c56af60aefc8969adca0494c67cc3ec462bb93d /configure.ac | |
parent | 75766b0e7ee30fb3bfbf90ecb68f7758bac6eeba (diff) |
java: Bump java library versions for next release
Prepare for future release by bumping java versions now
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 23dc9d82..467a5286 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.4) +AC_INIT([altos], 1.4.0.1) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -29,8 +29,8 @@ AC_SUBST(VERSION_DASH) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=2 -ALTOSLIB_VERSION=4 +ALTOSUILIB_VERSION=3 +ALTOSLIB_VERSION=5 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |