diff options
author | Keith Packard <keithp@keithp.com> | 2011-05-25 20:48:53 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-25 20:48:53 -0600 |
commit | 219c43463f67a942a3c842216a1f13cd3df78145 (patch) | |
tree | 7dada59b971d7a9cff9ba50af3517dcef4b4e1f2 /configure.ac | |
parent | 0b54d9380f3a71b772747b1ed529d8fb89289b22 (diff) |
Set version to 0.9.30.9.3
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 83cf9987..cc84b242 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.1) +AC_INIT([altos], 0.9.3) AC_CONFIG_SRCDIR([src/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |