diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-12 15:02:50 +0900 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-12 16:27:31 +0900 |
commit | 71705532374f222e51c66e2f1214dd01b3efc8bd (patch) | |
tree | 30ecf41aa1f8f3b456e435ca06e418475034262f | |
parent | 12481415c2e5fb03b003343c9499df711eb14f91 (diff) |
Bump to version 1.2.9.41.2.9.4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 05d4913b..d1de21e6 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.2.9.3) +AC_INIT([altos], 1.2.9.4) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |