diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-28 19:44:21 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-28 19:44:21 -0700 |
commit | e19121d5e7368ef723d4642d26c24252a386a790 (patch) | |
tree | 12d7f296f7fea29d4d96d3cc6da9bf3adb562613 /configure.ac | |
parent | 2fa7785f9efdefaf0fc2fa8e0b03c85047613b84 (diff) |
Mark version 1.3.2.2
Preliminary 1.3.3 version (1.4?)
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 4f7874bb..2c0f2e02 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.3.3) +AC_INIT([altos], 1.3.2.2) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |