summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2016-01-10 17:44:03 -0700
committerBdale Garbee <bdale@gag.com>2016-01-10 17:44:03 -0700
commit2f35e0ba52f538ea1061bfff5bbd772b8a241386 (patch)
tree381e663f05abe10156594cf7a044ccb2ccc66735
parent86ccbac16f5cd0be4a4c11260816b4799cda46f2 (diff)
parent3fdaf745f98f42f1ec4ae7cc682f47be8d8568eb (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7440692c..addaad0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,8 +18,8 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
-AC_INIT([altos], 1.6.1.1)
-ANDROID_VERSION=9
+AC_INIT([altos], 1.6.2)
+ANDROID_VERSION=10
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE