diff options
| author | Bdale Garbee <bdale@gag.com> | 2017-09-18 20:35:00 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2017-09-18 20:35:00 -0600 | 
| commit | b12e982259817328e348f1aaa91c5c824891e7b9 (patch) | |
| tree | 52ae2d2068fd637dd03938d592e8a7492e49ab9f /configure.ac | |
| parent | b1cf0dab1e28433e06ab02cec033951ea0149ea3 (diff) | |
| parent | e87d56b665ca30a3e5920c23cd60c99b84341aa2 (diff) | |
Merge branch 'master' into branch-1.8
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index dc80f6e3..2bf6c7e3 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.1) -ANDROID_VERSION=15 +AC_INIT([altos], 1.8.2) +ANDROID_VERSION=16  AC_CONFIG_SRCDIR([src/kernel/ao.h])  AM_INIT_AUTOMAKE([foreign dist-bzip2])  AM_MAINTAINER_MODE -RELEASE_DATE=2017-08-27 +RELEASE_DATE=2017-09-18  AC_SUBST(RELEASE_DATE)  VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`  | 
