From 33be3363985ec4998c1ae09cab7969aebf775b60 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 6 Feb 2020 23:32:24 -0800 Subject: [PATCH] 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2