summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-02-28 21:16:36 -0800
committerKeith Packard <keithp@keithp.com>2014-02-28 21:16:36 -0800
commitac2cfb03158b4902466a72edad5dc471ee6bdb91 (patch)
tree45fd33b9df311e07ab6c2e194a442c2a1243c0d7
parent57e5d13c0577e1b0a6e8117e2d04eeda6cf0b045 (diff)
Mark development sequence to 1.3.3 by bumping version to 1.3.2.1
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 12cfdaa0..b28b549b 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.2)
+AC_INIT([altos], 1.3.2.1)
AC_CONFIG_SRCDIR([src/core/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE