diff options
author | Keith Packard <keithp@keithp.com> | 2018-04-21 16:22:16 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-04-26 19:24:21 -0700 |
commit | 06ca18ee67f80a9d1e25799930aca59e99e32d7f (patch) | |
tree | b8f4e864b8e8edf2e460c8404ed0e3cb14ac371e /configure.ac | |
parent | b47796991cb6c2edb85f9201a53515b4dd28b946 (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.ac | 2 |
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]) |