diff options
author | Keith Packard <keithp@keithp.com> | 2016-07-12 21:06:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-07-12 21:06:05 -0700 |
commit | efd91febfa9bebd2f03508b2240916551450f831 (patch) | |
tree | feead35d512ca10823057fc842023c0212e2553c /configure.ac | |
parent | 639d8b3c4353ee25a0536e01653f3a86feb90ad5 (diff) |
Bump version to 1.6.5.1 after 1.6.5 release
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 001449a7..977b906c 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.5) +AC_INIT([altos], 1.6.5.1) ANDROID_VERSION=13 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |