diff options
author | Keith Packard <keithp@keithp.com> | 2016-05-09 11:48:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-05-09 11:48:42 -0700 |
commit | c457c827a7445098ba5effd410de754ff5c65843 (patch) | |
tree | a8cb4487b4771fe1c7d5675077d918764849d134 | |
parent | b25785ee0afebaf516b8a1b8d08d36fbdadd74ca (diff) |
Bump version to 1.6.3.1v1.6.3.1
Post 1.6.3 release
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ee3d4225..3f7de9c8 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) +AC_INIT([altos], 1.6.3.1) ANDROID_VERSION=11 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |