diff options
author | Keith Packard <keithp@keithp.com> | 2017-07-21 16:05:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-07-21 16:05:45 -0700 |
commit | 30b308ad0189b4aa9dd5cc7ee876b55fee355a56 (patch) | |
tree | b4b802e4a8122286d7913a4d114f4ee6fc767a5a | |
parent | b923e25a8a49dda40e62070dd2df6ff9130d4b38 (diff) |
Set version to 1.7.1 for TeleBT firmware build
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 4 |
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'` |