From: Keith Packard Date: Sat, 8 Feb 2020 04:47:33 +0000 (-0800) Subject: Bump version to build a new android app (23) X-Git-Tag: android-23 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=953caffcb87f3aae5962ee2540eef9310c84d32d Bump version to build a new android app (23) Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index 51f0fb0a..07d97150 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.1c) -ANDROID_VERSION=22 +AC_INIT([altos], 1.9.1d) +ANDROID_VERSION=23 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE