diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-25 21:01:38 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-25 21:08:11 -0700 |
commit | f0216d721ed13f4d3dc608bb6ad8f83732b27c0a (patch) | |
tree | 026c6433d46262e8732f1196ff3ecaf492d3f829 /configure.ac | |
parent | d63319f6f29ef714bb1d5c359c2448f63e7a4534 (diff) |
altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2
API has changed for these libraries, time to bump the file versions
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 01867e9f..d2d87754 100644 --- a/configure.ac +++ b/configure.ac @@ -29,8 +29,8 @@ AC_SUBST(VERSION_DASH) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=1 -ALTOSLIB_VERSION=3 +ALTOSUILIB_VERSION=2 +ALTOSLIB_VERSION=4 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) |