diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-19 10:25:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-19 10:25:05 -0700 |
commit | 59a28811cb19d315b483df296145a2769c445f80 (patch) | |
tree | 6e11bbcce1da1c43f97ea8cabb77442743ff75be /configure.ac | |
parent | f3ddaae82215e365726f2a62a3dc46bfb29eb1b5 (diff) |
Flip version to 1.6.0.2
Tag a version for development builds
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b09daa82..180da1cf 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) +AC_INIT([altos], 1.6.0.2) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |