summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-05-07 08:50:33 -0700
committerKeith Packard <keithp@keithp.com>2018-05-07 09:21:56 -0700
commit49aafcbb6c0f3ecda4b668776be74a04a5654377 (patch)
tree0f06fe8ac773f43a0b85cca7d6065a5cc2aa4312
parentab65e9f257493da5282d8933d8f0dcb716c1f41f (diff)
Update version to 1.8.5.2
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>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5f70ced5..9b0a3cef 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.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'`