diff options
author | Bdale Garbee <bdale@gag.com> | 2012-09-16 14:01:51 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2012-09-16 14:01:51 -0600 |
commit | 7cd8bf294ce0c9913977e54ea48c0928df7ddfcd (patch) | |
tree | 353c68aae24f1227ee1f4a7888a57e58c0966e1f /configure.ac | |
parent | 3ef0774b91c99998e62d4ca666dc5b1f7b03e4ff (diff) | |
parent | 7a0cce7fa0c802b1597fef94cfaf00aa0c28c988 (diff) |
Merge branch 'branch-1.1' into debian
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb765e1e..21cf2ddc 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.1) +AC_INIT([altos], 1.1.1) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |