diff options
author | Bdale Garbee <bdale@gag.com> | 2017-12-21 19:05:46 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2017-12-21 19:05:46 -0700 |
commit | dbb78c8222c45f4430601deee0194b0c9dc2e79a (patch) | |
tree | 6805b815727c58ad6c01f9163e42ab3177ee56d5 /configure.ac | |
parent | fe38c22595b050435dbacd35f1baae064fb7de75 (diff) | |
parent | 87aab99521dc44d1d29fbb0b7f227f868f074836 (diff) |
Merge branch 'master' into branch-1.8
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 02fca439..7f27dfad 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.3) +AC_INIT([altos], 1.8.4) ANDROID_VERSION=16 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -RELEASE_DATE=2017-12-11 +RELEASE_DATE=2017-12-21 AC_SUBST(RELEASE_DATE) VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` |