summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-01-10 14:37:05 -0800
committerKeith Packard <keithp@keithp.com>2016-01-10 16:41:54 -0800
commit3fdaf745f98f42f1ec4ae7cc682f47be8d8568eb (patch)
treeb6b0358470d9950ab56b2092c536b29a851b154a /configure.ac
parenta66e57e0e92cdbd3c6a10b835c50f55647c07351 (diff)
Bump version to 1.6.2, altosdroid to 10
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-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