summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-10-05 16:46:08 -0700
committerKeith Packard <keithp@keithp.com>2017-10-05 16:46:08 -0700
commit5d82209122e3b797a7345f6ad5b6710832fcdd4a (patch)
treee8bfafd75d5980553c0f25942b87ff80f7fbb84f /configure.ac
parent7e971b45f22aa77421061ff2925e0458835014b2 (diff)
Set version to 1.8.2.1
Testing KML export changes at TRA Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2bf6c7e3..6b922183 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,13 +18,13 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
-AC_INIT([altos], 1.8.2)
+AC_INIT([altos], 1.8.2.1)
ANDROID_VERSION=16
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-RELEASE_DATE=2017-09-18
+RELEASE_DATE=2017-10-05
AC_SUBST(RELEASE_DATE)
VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`