diff options
author | Bdale Garbee <bdale@gag.com> | 2016-01-10 17:44:03 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2016-01-10 17:44:03 -0700 |
commit | 2f35e0ba52f538ea1061bfff5bbd772b8a241386 (patch) | |
tree | 381e663f05abe10156594cf7a044ccb2ccc66735 | |
parent | 86ccbac16f5cd0be4a4c11260816b4799cda46f2 (diff) | |
parent | 3fdaf745f98f42f1ec4ae7cc682f47be8d8568eb (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
-rw-r--r-- | configure.ac | 4 |
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 |