X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=2a14e50aec6bc80f888e8f5a82f6a7612036ab1a;hb=11dd3d5863157f2da76086825087cedb6f7b7366;hp=22e19f48360a01c561344a5c9f3333cd4e59e813;hpb=528fdc4e03466430c8d81fc78c90d3c9e8465ca7;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index 22e19f48..2a14e50a 100644 --- a/configure.ac +++ b/configure.ac @@ -18,13 +18,13 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.9.1f) -ANDROID_VERSION=26 +AC_INIT([altos], 1.9.2) +ANDROID_VERSION=27 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2019-12-05 +RELEASE_DATE=2020-02-26 AC_SUBST(RELEASE_DATE) DOC_DATE=`LC_ALL=C date -d $RELEASE_DATE +'%d %b %Y'` @@ -548,6 +548,9 @@ altosuilib/Makefile altosui/Makefile altosui/Info.plist altosui/altos-windows.nsi +teststand/Makefile +teststand/Info.plist +teststand/teststand-windows.nsi libaltos/Makefile micropeak/Makefile micropeak/Info.plist