diff options
author | Keith Packard <keithp@keithp.com> | 2016-08-02 16:35:36 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-08-02 17:06:33 -0700 |
commit | bc920c80ef447a5bcdf8165b69fb28b8f63609df (patch) | |
tree | ab0149e17616acdb121ac10c69ee37a0e22a86fa | |
parent | 165868999f45f4572ff2585fcb3986974a5bbd5c (diff) |
Bump to version 1.6.6
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 977b906c..10177553 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.1) +AC_INIT([altos], 1.6.6) ANDROID_VERSION=13 AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |