diff options
author | Keith Packard <keithp@keithp.com> | 2017-08-12 00:06:48 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-08-12 00:06:48 -0400 |
commit | 6b083e90d5b8de215f2f303f18b5c4ac9185622d (patch) | |
tree | 6e5c3326456d468e591a2715bfc5d7ca6e5c9dc0 | |
parent | 243c1e519d41b45765d4edf5f608655d6ab01eff (diff) |
Bump version to 1.8
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f6de573e..f4509b4c 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.7.1) +AC_INIT([altos], 1.8) ANDROID_VERSION=14 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2017-07-21 +RELEASE_DATE=2017-08-11 AC_SUBST(RELEASE_DATE) VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` |