diff options
author | Keith Packard <keithp@keithp.com> | 2013-02-24 00:20:36 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-02-24 00:20:36 -0800 |
commit | 5246acb70b79980de36bd5d0ba0d017529ae9a78 (patch) | |
tree | da4274ea24734a8ba3b56a87e91effa9c983b3c7 /configure.ac | |
parent | 25435dcbc6416935aa432fc090ea977bfff5d153 (diff) |
Update build version to 1.2
Prepare for 1.2 release
Signed-off-by: Keith Packard <keithp@keithp.com>
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 a1c8c4fc..448df6a4 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.1.9.3) +AC_INIT([altos], 1.2) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |