X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=6c7f0f1cfd4f4ccc33d5b621d995aa56a47f5ddf;hb=0c1fd7fe05092a179f0ce3c0a2294f14e71300f9;hp=b0de2d5559614512bc16b49a968bbe99a4a7748a;hpb=140a84ba8ac1e6548ab63ff586cf214d87f727a4;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index b0de2d55..6c7f0f1c 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.15) +ANDROID_VERSION=36 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2022-05-29 +RELEASE_DATE=2023-02-19 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