From: Keith Packard Date: Fri, 7 Feb 2020 07:32:24 +0000 (-0800) Subject: Bump version to build a new android app -- 1.9.1c X-Git-Tag: android-22 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=33be3363985ec4998c1ae09cab7969aebf775b60 Bump version to build a new android app -- 1.9.1c This will suffice until we ship 1.9.2 Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index 91db92ae..51f0fb0a 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.1) -ANDROID_VERSION=20 +AC_INIT([altos], 1.9.1c) +ANDROID_VERSION=22 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE