diff options
| author | Keith Packard <keithp@keithp.com> | 2018-06-17 01:36:00 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-06-17 01:36:00 -0700 | 
| commit | c2d9f13a97d45b7dbe2cb47b563aea59ec725bb1 (patch) | |
| tree | f57f94c24579349f589de14aaa79742e11d1a3df /configure.ac | |
| parent | 290506129fb6cb664da3a5e3ca450a0dcdff0398 (diff) | |
Bump version to 1.8.6
Prepare for release.
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 9b0a3cef..c5de6a5d 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.2) +AC_INIT([altos], 1.8.6)  ANDROID_VERSION=17  AC_CONFIG_SRCDIR([src/kernel/ao.h])  AM_INIT_AUTOMAKE([foreign dist-bzip2])  AM_MAINTAINER_MODE -RELEASE_DATE=2018-04-26 +RELEASE_DATE=2018-06-17  AC_SUBST(RELEASE_DATE)  VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` | 
