diff options
author | Keith Packard <keithp@keithp.com> | 2014-01-24 10:10:00 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-24 10:10:00 -0800 |
commit | ee480d180cbdd712ab13d39716c38aabd4678d95 (patch) | |
tree | f72ba23293524d810b8f2a76661ade0012f6b33b /configure.ac | |
parent | 9c4674d90f9b111e1b47abb7aee714ed12fa3aa5 (diff) |
Set version to 1.3.2 in preparation for 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 93767fe7..6be99d1f 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.3.1) +AC_INIT([altos], 1.3.2) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |