From: Keith Packard Date: Tue, 10 Dec 2013 08:03:20 +0000 (-0800) Subject: Set version to 1.3 in preparation for release X-Git-Tag: 1.3~46 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=50753e84871b2a01d270d28b8b77a19614d2180c;hp=54f7888dc65ffc27c6ee5ef93953bd9b8fc029ed Set version to 1.3 in preparation for release Signed-off-by: Keith Packard --- 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