diff options
author | Ludovic Courtès | 2008-02-05 19:12:12 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-02-05 19:12:12 +0100 |
commit | 5a0e5c56d3cb25c1565ff3ffae349cc9f7ec010e (patch) | |
tree | 68741f06546f35a6e214b4057f0f4ff72161eae9 /configure.ac | |
parent | e89efdd5d11a8571b4fc3d71c2ec9cd235e0bad5 (diff) | |
download | skribilo-5a0e5c56d3cb25c1565ff3ffae349cc9f7ec010e.tar.gz skribilo-5a0e5c56d3cb25c1565ff3ffae349cc9f7ec010e.tar.lz skribilo-5a0e5c56d3cb25c1565ff3ffae349cc9f7ec010e.zip |
Bump version.
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 a3c3c1b..c7e9df4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(skribilo, 0.9.0, skribilo-users@nongnu.org) +AC_INIT(skribilo, 0.9.1, skribilo-users@nongnu.org) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) |