From: Keith Packard Date: Sun, 24 Feb 2013 08:20:36 +0000 (-0800) Subject: Update build version to 1.2 X-Git-Tag: altosdroid_v1.2-1~106 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5246acb70b79980de36bd5d0ba0d017529ae9a78 Update build version to 1.2 Prepare for 1.2 release Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index a1c8c4fc..448df6a4 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.1.9.3) +AC_INIT([altos], 1.2) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE