diff options
author | Keith Packard <keithp@keithp.com> | 2016-06-17 08:58:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-06-17 08:58:06 -0700 |
commit | afe74c067a31ce420d0d4cdac2069c1d258a5114 (patch) | |
tree | c0f590e5feb0fe8ec0373f7356c0c1b6d2d56124 /configure.ac | |
parent | 0c5a1bea3ffa7c4b6b1503733e33911cbfcb3e80 (diff) |
Bump version to 1.6.4
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 0eff4fb1..6745b012 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.6.3.1) +AC_INIT([altos], 1.6.4) ANDROID_VERSION=12 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |