summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-13 08:26:02 -0700
committerKeith Packard <keithp@keithp.com>2018-10-13 08:26:02 -0700
commit815d537e0fa6503b2a83d92d94c734eaee15987b (patch)
treec217df4a43c7b26b32d7aec8d2e857a724235e5b
parent408badbef80d7a3412b5ad92b269be19d0faaa09 (diff)
Bump version to 1.8.7.1
Tag development versions Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 517cdc25..e888aa99 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.7)
+AC_INIT([altos], 1.8.7.1)
ANDROID_VERSION=18
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])