diff options
author | Keith Packard <keithp@keithp.com> | 2018-10-07 23:31:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-07 23:31:53 -0700 |
commit | 03680c55ae8394056ed27839e64356d8df375537 (patch) | |
tree | a914b7924c72497a54f85f086a0ddde1eea3f20f /configure.ac | |
parent | 625981b96e99a5dbec8180016d5e2c291378a21f (diff) |
Set version to 1.8.7
Signed-off-by: Keith Packard <keithp@keithp.com>
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'` |