X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=9c851a2bcebd72257cfe8988441f8d3864dffb86;hb=494467c27661d176f5004d3c777a5850c8d23c2d;hp=dc80f6e3939a188a77796830f4b1dd1fa24eed74;hpb=b68c0482d4fae8eb54cde1df0e4bcf4c5d272bad;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index dc80f6e3..9c851a2b 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 @@ -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 ])