diff options
author | Keith Packard <keithp@keithp.com> | 2015-06-23 22:22:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-06-23 22:22:06 -0700 |
commit | 3e7588e382c70e467b1f328fcfb6bc38a6b79ac7 (patch) | |
tree | e98d82e5d932e44143ae9895998a90966f5ef017 | |
parent | 3ce5e24fefaddaa74eadba4722e904354c871387 (diff) |
Bump version to 1.6.0.31.6.0.3
Mark the release of 1.6.0.3 altosdroid
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 e0d5f422..0a7a7ea9 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.0.2) +AC_INIT([altos], 1.6.0.3) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |