diff options
author | Keith Packard <keithp@keithp.com> | 2015-07-15 11:41:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-07-15 11:41:03 -0700 |
commit | 271f56a41c7e785b0fab7e572325df842d104277 (patch) | |
tree | 586305582ed46124b22d4cfa099f12e7484d62e8 | |
parent | 3cb5b31a534ab0c987667f37c976a5cd589d42a5 (diff) |
Bump configure.ac versions to 1.6.1
And set android version to 9
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 f51119aa..efa68e2a 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.0.4) -ANDROID_VERSION=8 +AC_INIT([altos], 1.6.1) +ANDROID_VERSION=9 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |