]> git.gag.com Git - fw/altos/commitdiff
Version 1.9.20.1 1.9.20.1
authorKeith Packard <keithp@keithp.com>
Wed, 23 Apr 2025 18:36:24 +0000 (11:36 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 23 Apr 2025 18:37:08 +0000 (11:37 -0700)
Patch build for baro range and picolibc 1.8.10

Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index ffacca6937bd2dfc87dcc9113543efa7ea7e4f5a..14bac467b0331910f5e8efc2642faeed25823aff 100644 (file)
@@ -18,13 +18,13 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([altos], 1.9.20)
+AC_INIT([altos], 1.9.20.1)
 ANDROID_VERSION=37
 AC_CONFIG_SRCDIR([src/kernel/ao.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
-RELEASE_DATE=2025-03-24
+RELEASE_DATE=2025-04-23
 AC_SUBST(RELEASE_DATE)
 
 DOC_DATE=`LC_ALL=C date -d $RELEASE_DATE +'%d %b %Y'`