diff options
author | Keith Packard <keithp@keithp.com> | 2016-04-22 17:31:49 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-04-22 17:31:49 -0400 |
commit | b3f0c4d5c4ab8288db5fcabb0e848627031c4fd1 (patch) | |
tree | 1c6015201297f5c09030e253d71f437f9f680761 /configure.ac | |
parent | 57c1320962ad08d52e89d39bd5852f8d228dd872 (diff) |
Bump version to 1.6.3
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 1a256d67..80590133 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.2) +AC_INIT([altos], 1.6.3) ANDROID_VERSION=11 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |