From: Keith Packard Date: Fri, 1 Sep 2017 03:32:05 +0000 (-0700) Subject: Bump to version 1.8.1.1/android 16 for altosdroid X-Git-Tag: 1.8.1.1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=refs%2Ftags%2F1.8.1.1 Bump to version 1.8.1.1/android 16 for altosdroid AltosDroid 1.8.1 got released before the latest fix for not storing frequency preferences was made. Make a 1.8.1.1 with a new android release number for that. Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index dc80f6e3..9943b92d 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.8.1) -ANDROID_VERSION=15 +AC_INIT([altos], 1.8.1.1) +ANDROID_VERSION=16 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE