diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-28 15:20:41 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-28 15:20:41 -0700 |
commit | 6f231a3e512ff7fdd87a399a72c7c36f283394f3 (patch) | |
tree | 5f7aaf69d1ea2445aacde954919ce2aef0e7d295 | |
parent | e53557373e539d591a03d02db146b27d08c7eba3 (diff) |
Bump version to 1.0.9.0
Make it distinct from any production version
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da9d9991..959f3b4d 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.9.0) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |