summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-12-11 12:23:29 -0800
committerKeith Packard <keithp@keithp.com>2017-12-11 12:23:29 -0800
commit713e8ca6b6cfb29555d8d847e0bb2652cfe011ae (patch)
tree648c033fe26b8ddb9ac9ddab523c01192c70dc58 /configure.ac
parent992797db2158b23d46c496e5e223deeca28bf4c9 (diff)
Bump to version 1.8.3
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 6b922183..02fca439 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.1)
+AC_INIT([altos], 1.8.3)
ANDROID_VERSION=16
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-RELEASE_DATE=2017-10-05
+RELEASE_DATE=2017-12-11
AC_SUBST(RELEASE_DATE)
VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`