]> git.gag.com Git - fw/altos/commitdiff
Version 1.9.22.1 master
authorKeith Packard <keithp@keithp.com>
Fri, 12 Sep 2025 18:46:04 +0000 (11:46 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 12 Sep 2025 18:47:16 +0000 (11:47 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index af13e29a6c929a41266153d3a8cf8507fc82d543..3da6ff3852356e170736e4278145cad4f3a70a46 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.22)
+AC_INIT([altos], 1.9.22.1)
 ANDROID_VERSION=37
 AC_CONFIG_SRCDIR([src/kernel/ao.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
-RELEASE_DATE=2025-08-25
+RELEASE_DATE=2025-09-12
 AC_SUBST(RELEASE_DATE)
 
 DOC_DATE=`LC_ALL=C date -d $RELEASE_DATE +'%d %b %Y'`