diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-10 00:03:20 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-10 00:03:20 -0800 |
commit | 50753e84871b2a01d270d28b8b77a19614d2180c (patch) | |
tree | ed1593e740132af8eeab1e3c5b48646e2a2e3f6b /configure.ac | |
parent | 54f7888dc65ffc27c6ee5ef93953bd9b8fc029ed (diff) |
Set version to 1.3 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 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 |