X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=3cfbc64d056e4e71b975eec2e46fa6375ebdbab9;hb=63a8707ee4120148f6ec5cb073b349beefe377fa;hp=19490ec6e1e351de73f3e7232d8ff70f8b29af49;hpb=bdabc6814b066a9b17a6557910f21b1ed03de3f0;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index 19490ec6..3cfbc64d 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.12) -ANDROID_VERSION=35 +AC_INIT([altos], 1.9.17) +ANDROID_VERSION=37 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2022-10-28 +RELEASE_DATE=2023-08-30 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