diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-26 09:41:46 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-26 09:41:46 -0600 |
commit | 3cea033ec928c21b9f7b810898ed3c3cc536d2ce (patch) | |
tree | 54c5f7caae608e330b03eefc4ff72c942897d5b9 /configure.ac | |
parent | 674231773256bacd7acb4b5718c47412e47b813f (diff) |
get ready for a 1.0.1 release
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 f9002508..27d56751 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.0) +AC_INIT([altos], 1.0.1) AC_CONFIG_SRCDIR([src/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |