diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-17 08:13:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-17 08:14:09 -0700 |
commit | 1332ed55192f22525f31574f60fae4c6579e6f7f (patch) | |
tree | 41dc96f3b039e8835131864c04cb6f73cb71f9fc /configure.ac | |
parent | 7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9 (diff) |
Set version to 0.9.4.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 cee1b833..b7af55e4 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], 0.9.4.3) +AC_INIT([altos], 0.9.4.4) AC_CONFIG_SRCDIR([src/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |