diff options
author | Bdale Garbee <bdale@gag.com> | 2018-10-08 16:07:32 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-10-08 16:07:32 -0600 |
commit | 24db798925e26a4c411afe88f7e4844d6554fe0c (patch) | |
tree | 6e6a86d40627d90633a7bf4f056d8e7bfb07b125 /configure.ac | |
parent | 6f25d2359151fb114e22bf8e3b15c007cfb464b5 (diff) | |
parent | 03680c55ae8394056ed27839e64356d8df375537 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6e02f968..7f7eec93 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.6.1) +AC_INIT([altos], 1.8.7) ANDROID_VERSION=17 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2018-06-17 +RELEASE_DATE=2018-10-08 AC_SUBST(RELEASE_DATE) VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` |