Bump version to build a new android app -- 1.9.1c android-22
authorKeith Packard <keithp@keithp.com>
Fri, 7 Feb 2020 07:32:24 +0000 (23:32 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 7 Feb 2020 07:32:24 +0000 (23:32 -0800)
This will suffice until we ship 1.9.2

Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index 91db92ae26adf4280f00e216341838494b48c4fe..51f0fb0a4fb430e4a717470d9891956594c7aebe 100644 (file)
@@ -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