From: Keith Packard Date: Sun, 28 Aug 2011 22:20:41 +0000 (-0700) Subject: Bump version to 1.0.9.0 X-Git-Tag: 1.0.9.1~26 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=6f231a3e512ff7fdd87a399a72c7c36f283394f3 Bump version to 1.0.9.0 Make it distinct from any production version Signed-off-by: Keith Packard --- 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