diff options
author | Keith Packard <keithp@keithp.com> | 2012-06-28 16:42:59 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-28 16:42:59 -0700 |
commit | ccf64117662fc800a07b3a25e52255b80f8b5eaf (patch) | |
tree | 2a33b918800083dc226ebfbb6a951f4e0c3fa36d /configure.ac | |
parent | ca1bc20735a170a77066f5f37e0ad728899a3989 (diff) |
Update version to 1.0.9.6
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 170e0dfc..a3004811 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.0.9.5) +AC_INIT([altos], 1.0.9.6) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |