summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-04-24 15:47:08 -0700
committerKeith Packard <keithp@keithp.com>2017-04-24 17:12:50 -0700
commit9c95bed92a45741e6c1ad0ab4941f13370b77648 (patch)
tree6e11d8d30f075a9a3ce0f5b2d539a590c9c9609d
parent3544c33c2f386fb292de9e74982717a002f37440 (diff)
Bump to version 1.7
TeleMini v3.0 support Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a125033e..3e6658e9 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.6.8)
-ANDROID_VERSION=13
+AC_INIT([altos], 1.7)
+ANDROID_VERSION=14
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-RELEASE_DATE=2017-01-10
+RELEASE_DATE=2017-04-24
AC_SUBST(RELEASE_DATE)
VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`