summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-07-12 21:06:05 -0700
committerKeith Packard <keithp@keithp.com>2016-07-12 21:06:05 -0700
commitefd91febfa9bebd2f03508b2240916551450f831 (patch)
treefeead35d512ca10823057fc842023c0212e2553c
parent639d8b3c4353ee25a0536e01653f3a86feb90ad5 (diff)
Bump version to 1.6.5.1 after 1.6.5 release
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac2
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])