summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-09-18 18:51:51 -0700
committerKeith Packard <keithp@keithp.com>2017-09-18 18:51:51 -0700
commite87d56b665ca30a3e5920c23cd60c99b84341aa2 (patch)
tree07d0e4e0b9a62f100b404a116b82b278763ef764 /configure.ac
parenta54b3330574dd130540e482a06a3f8d7ca652b6c (diff)
Update release version and date
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 9943b92d..2bf6c7e3 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.1.1)
+AC_INIT([altos], 1.8.2)
ANDROID_VERSION=16
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-RELEASE_DATE=2017-08-27
+RELEASE_DATE=2017-09-18
AC_SUBST(RELEASE_DATE)
VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`