From: Keith Packard Date: Wed, 19 Feb 2020 22:30:50 +0000 (-0800) Subject: Bump version for new android upload X-Git-Tag: android-26 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=4b824da227f08e45f7a1a59661b8c0fe45068d60;hp=95fe82630797bae5a9a7ffacc871bbd00efe2d82 Bump version for new android upload Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index a90ffd6c..c0e99685 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.1e) -ANDROID_VERSION=25 +AC_INIT([altos], 1.9.1f) +ANDROID_VERSION=26 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE