summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-10 00:03:20 -0800
committerKeith Packard <keithp@keithp.com>2013-12-10 00:03:20 -0800
commit50753e84871b2a01d270d28b8b77a19614d2180c (patch)
treeed1593e740132af8eeab1e3c5b48646e2a2e3f6b
parent54f7888dc65ffc27c6ee5ef93953bd9b8fc029ed (diff)
Set version to 1.3 in preparation for release
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 aa957b1f..1d80376c 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.2.9.4)
+AC_INIT([altos], 1.3)
AC_CONFIG_SRCDIR([src/core/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE