diff options
author | Keith Packard <keithp@keithp.com> | 2018-03-17 11:26:29 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-03-17 11:26:29 -0700 |
commit | 78e5ae58c2ad5ba7246a649c0bd15ff68b5d0e74 (patch) | |
tree | f590c76dec9ae05ad0a647e3972913febc5aac12 | |
parent | 529c04026dec55d9d0922689e56f1d23b0ff6095 (diff) |
Bump version to 1.8.5
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 6 |
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'` |