Update version to 1.8.5.2
authorKeith Packard <keithp@keithp.com>
Mon, 7 May 2018 15:50:33 +0000 (08:50 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 7 May 2018 16:21:56 +0000 (09:21 -0700)
Shipped some bits to Fred Taverni to test eliminating the altitude
requirement for boost detect as he stages so low.

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

index 5f70ced5e431b8f87f58b768c976ad28b84f9809..9b0a3cef9a59c5be3e33d5d3b70d35431d19771f 100644 (file)
@@ -18,13 +18,13 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([altos], 1.8.5.1)
+AC_INIT([altos], 1.8.5.2)
 ANDROID_VERSION=17
 AC_CONFIG_SRCDIR([src/kernel/ao.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
-RELEASE_DATE=2018-03-17
+RELEASE_DATE=2018-04-26
 AC_SUBST(RELEASE_DATE)
 
 VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`