summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-12-31 15:20:57 -0800
committerKeith Packard <keithp@keithp.com>2018-12-31 15:26:56 -0800
commit4e9e0bf99d6b71086110038fa1e3231d00bb2496 (patch)
tree0938260a5a02112eec16857ce46c8e387fa7f7e2 /configure.ac
parentf62ac01979a403f6a05f119201a62a8ffc217c73 (diff)
Update to version 1.9
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 dc0a36ce..ee175dbe 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.7.1)
+AC_INIT([altos], 1.9)
ANDROID_VERSION=18
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-RELEASE_DATE=2018-10-08
+RELEASE_DATE=2018-12-31
AC_SUBST(RELEASE_DATE)
VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`