Bump version to 1.0.9.0
authorKeith Packard <keithp@keithp.com>
Sun, 28 Aug 2011 22:20:41 +0000 (15:20 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 28 Aug 2011 22:20:41 +0000 (15:20 -0700)
Make it distinct from any production version

Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index da9d99916234e60a22a5a4c3cd5636d62c3085a5..959f3b4d86e2ce1a64b4216f7bc8d9398174432d 100644 (file)
@@ -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