X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=9c851a2bcebd72257cfe8988441f8d3864dffb86;hb=1d8cd79670181cb47087bc63ac3966d47698deb5;hp=ec221df1de47d2286b3f7878589fd8fc8bcd8253;hpb=43e2275250d9c91560a770942f3c06a8f74ed501;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index ec221df1..9c851a2b 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.8) -ANDROID_VERSION=14 +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 -RELEASE_DATE=2017-08-11 +RELEASE_DATE=2017-08-27 AC_SUBST(RELEASE_DATE) VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` @@ -553,6 +553,7 @@ ao-tools/ao-edit-telem/Makefile ao-tools/ao-dump-up/Makefile ao-tools/ao-elftohex/Makefile ao-tools/ao-usbload/Makefile +ao-tools/ao-sendfake/Makefile ao-tools/ao-flash/Makefile ao-tools/ao-test-igniter/Makefile ao-tools/ao-test-baro/Makefile @@ -563,6 +564,7 @@ ao-tools/ao-test-gps/Makefile ao-tools/ao-usbtrng/Makefile ao-tools/ao-chaosread/Makefile ao-tools/ao-makebin/Makefile +ao-tools/ao-fakeflight/Makefile ao-utils/Makefile src/Version ])