From: Keith Packard Date: Wed, 15 Jul 2015 18:41:03 +0000 (-0700) Subject: Bump configure.ac versions to 1.6.1 X-Git-Tag: 1.6.1~1^2~1^2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=271f56a41c7e785b0fab7e572325df842d104277;hp=3cb5b31a534ab0c987667f37c976a5cd589d42a5 Bump configure.ac versions to 1.6.1 And set android version to 9 Signed-off-by: Keith Packard --- 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