From: Keith Packard Date: Sun, 9 Feb 2020 07:59:44 +0000 (-0800) Subject: Bump version to build a new android app (25) X-Git-Tag: android-25 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0b7b31793dc91a25d215c216e8db481d549e66ad Bump version to build a new android app (25) Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index 07d97150..a90ffd6c 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.9.1d) -ANDROID_VERSION=23 +AC_INIT([altos], 1.9.1e) +ANDROID_VERSION=25 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE