X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=c6f4376ebab90285ebb95b4835821cfb588d570d;hb=ea664fe9bff9966bc71041d464470a5c340686ce;hp=b0de2d5559614512bc16b49a968bbe99a4a7748a;hpb=140a84ba8ac1e6548ab63ff586cf214d87f727a4;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index b0de2d55..c6f4376e 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.11) -ANDROID_VERSION=35 +AC_INIT([altos], 1.9.16) +ANDROID_VERSION=37 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2022-05-29 +RELEASE_DATE=2023-04-27 AC_SUBST(RELEASE_DATE) DOC_DATE=`LC_ALL=C date -d $RELEASE_DATE +'%d %b %Y'` @@ -570,6 +570,7 @@ ao-tools/ao-flash/Makefile ao-tools/ao-test-igniter/Makefile ao-tools/ao-test-baro/Makefile ao-tools/ao-test-flash/Makefile +ao-tools/ao-test-pressure/Makefile ao-tools/ao-cal-accel/Makefile ao-tools/ao-cal-freq/Makefile ao-tools/ao-test-gps/Makefile