diff options
author | Keith Packard <keithp@keithp.com> | 2011-03-16 14:08:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-03-16 14:08:42 -0700 |
commit | 45395c7825184efb835d5b165fa132be20c7f6fe (patch) | |
tree | e911e4815b1d3d09e99fe29fd44fe6d5523f92de /configure.ac | |
parent | 9f3d26cadf37880d2c9223f59271d295b11c4c2a (diff) |
Bump published version number to 0.9.1
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 86cb3290..e27cf81f 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], 0.9) +AC_INIT([altos], 0.9.1) AC_CONFIG_SRCDIR([src/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |