summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-28 15:20:41 -0700
committerKeith Packard <keithp@keithp.com>2011-08-28 15:20:41 -0700
commit6f231a3e512ff7fdd87a399a72c7c36f283394f3 (patch)
tree5f7aaf69d1ea2445aacde954919ce2aef0e7d295 /configure.ac
parente53557373e539d591a03d02db146b27d08c7eba3 (diff)
Bump version to 1.0.9.0
Make it distinct from any production version Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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