summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-07-21 16:05:45 -0700
committerKeith Packard <keithp@keithp.com>2017-07-21 16:05:45 -0700
commit30b308ad0189b4aa9dd5cc7ee876b55fee355a56 (patch)
treeb4b802e4a8122286d7913a4d114f4ee6fc767a5a /configure.ac
parentb923e25a8a49dda40e62070dd2df6ff9130d4b38 (diff)
Set version to 1.7.1 for TeleBT firmware build
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 020ee031..f6de573e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,13 +18,13 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
-AC_INIT([altos], 1.7)
+AC_INIT([altos], 1.7.1)
ANDROID_VERSION=14
AC_CONFIG_SRCDIR([src/kernel/ao.h])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-RELEASE_DATE=2017-04-24
+RELEASE_DATE=2017-07-21
AC_SUBST(RELEASE_DATE)
VERSION_DASH=`echo $VERSION | sed 's/\./-/g'`