diff options
author | Bdale Garbee <bdale@gag.com> | 2016-07-04 23:47:24 +0200 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2016-07-04 23:47:24 +0200 |
commit | 2e26d1ab42163988dc26b06b016c3b05efe17659 (patch) | |
tree | 5736db47fa979abb0e37b0fc3b956cd6cdbe9405 /configure.ac | |
parent | 639e461ded29a48c155afea12171cbfc191ccfd7 (diff) | |
parent | 65ed2f588ca596fe9aa559bebd590a2a11b9859b (diff) |
Merge branch 'master' into branch-1.6
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6745b012..001449a7 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.4) -ANDROID_VERSION=12 +AC_INIT([altos], 1.6.5) +ANDROID_VERSION=13 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |