diff options
author | Keith Packard <keithp@keithp.com> | 2018-08-05 12:28:25 +0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-08-06 13:25:12 +0800 |
commit | 55302673a3bff29ac8cd4c7656a410ba3c182845 (patch) | |
tree | 22532b97793e3e254f988705ad92e838576fb424 /configure.ac | |
parent | 029259feafd63f17fc34b95cc7b1fe55e3f611c3 (diff) |
Bump version to 1.8.6.1
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5de6a5d..81dbd054 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.8.6) +AC_INIT([altos], 1.8.6.1) ANDROID_VERSION=17 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |