summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-04-21 16:22:16 -0700
committerKeith Packard <keithp@keithp.com>2018-04-26 19:24:21 -0700
commit06ca18ee67f80a9d1e25799930aca59e99e32d7f (patch)
treeb8f4e864b8e8edf2e460c8404ed0e3cb14ac371e /configure.ac
parentb47796991cb6c2edb85f9201a53515b4dd28b946 (diff)
Set version to 1.8.5.1
Firmware has changed Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 82e0f3d0..5f70ced5 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.5)
+AC_INIT([altos], 1.8.5.1)
ANDROID_VERSION=17
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])