X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=configure.ac;h=22e19f48360a01c561344a5c9f3333cd4e59e813;hp=56bd70ce771489a5451171b88683994b1c62bed2;hb=76b288f8d02e0a48f04de9455a2dd0b77e48bd63;hpb=489b429dbeb8b0fb69881161ff32fdc2fdfcf9f8 diff --git a/configure.ac b/configure.ac index 56bd70ce..22e19f48 100644 --- a/configure.ac +++ b/configure.ac @@ -18,15 +18,19 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.9) -ANDROID_VERSION=18 +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 -RELEASE_DATE=2018-12-31 +RELEASE_DATE=2019-12-05 AC_SUBST(RELEASE_DATE) +DOC_DATE=`LC_ALL=C date -d $RELEASE_DATE +'%d %b %Y'` + +AC_SUBST(DOC_DATE) + VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` AC_SUBST(VERSION_DASH) AC_SUBST(ANDROID_VERSION) @@ -34,8 +38,8 @@ AC_SUBST(ANDROID_VERSION) dnl ========================================================================== dnl Java library versions -ALTOSUILIB_VERSION=13 -ALTOSLIB_VERSION=13 +ALTOSUILIB_VERSION=14 +ALTOSLIB_VERSION=14 AC_SUBST(ALTOSLIB_VERSION) AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) @@ -166,9 +170,7 @@ fi ANDROID_RELEASE=no if test "x$ANDROID_SDK" != "xno"; then HAVE_ANDROID_SDK="yes" - if test -f "$HOME/altusmetrumllc/google-play-release.keystore" -a -f "$HOME/altusmetrumllc/google-play-passphrase"; then - ANDROID_RELEASE=yes - fi + ANDROID_RELEASE=yes else HAVE_ANDROID_SDK="no" fi @@ -555,7 +557,8 @@ telegps/Info.plist telegps/telegps-windows.nsi altosdroid/Makefile altosdroid/local.properties -altosdroid/AndroidManifest.xml +altosdroid/app/src/main/AndroidManifest.xml +altosdroid/app/build.gradle ao-tools/Makefile ao-tools/lib/Makefile ao-tools/ao-rawload/Makefile