diff options
author | Keith Packard <keithp@keithp.com> | 2014-04-05 00:20:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-04-05 00:22:45 -0700 |
commit | 18148c33540cda8cb6658724a048ffd426c1a6bb (patch) | |
tree | 91703427a55cf8f1b195a1d9b6851dfe52ae84f3 /configure.ac | |
parent | 0d367fc24bfd0377db6f3b00a888a18245616767 (diff) |
Bump version to 1.3.3
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 27dbc6a4..01867e9f 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.2.1) +AC_INIT([altos], 1.3.3) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |