summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-03-17 11:26:29 -0700
committerKeith Packard <keithp@keithp.com>2018-03-17 11:26:29 -0700
commit78e5ae58c2ad5ba7246a649c0bd15ff68b5d0e74 (patch)
treef590c76dec9ae05ad0a647e3972913febc5aac12 /configure.ac
parent529c04026dec55d9d0922689e56f1d23b0ff6095 (diff)
Bump version to 1.8.5
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7f27dfad..82e0f3d0 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.4)
-ANDROID_VERSION=16
+AC_INIT([altos], 1.8.5)
+ANDROID_VERSION=17
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-RELEASE_DATE=2017-12-21
+RELEASE_DATE=2018-03-17
AC_SUBST(RELEASE_DATE)
VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`