diff options
author | Keith Packard <keithp@keithp.com> | 2017-08-27 22:49:09 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-08-28 00:22:43 -0700 |
commit | b68c0482d4fae8eb54cde1df0e4bcf4c5d272bad (patch) | |
tree | 4c4c0e312a3b5509ccd3d20a2cacf09876f2eb15 | |
parent | abe100385cedf2b0734191611d97e794805d0ef4 (diff) |
Version 1.8.1
Android version 15
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 ec221df1..dc80f6e3 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) -ANDROID_VERSION=14 +AC_INIT([altos], 1.8.1) +ANDROID_VERSION=15 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2017-08-11 +RELEASE_DATE=2017-08-27 AC_SUBST(RELEASE_DATE) VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` |