From: Keith Packard Date: Mon, 7 May 2018 15:50:33 +0000 (-0700) Subject: Update version to 1.8.5.2 X-Git-Tag: 1.8.6~1^2~64 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=49aafcbb6c0f3ecda4b668776be74a04a5654377 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 --- 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'`