diff options
author | Milan Bouchet-Valat <nalimilan@club.fr> | 2010-01-16 16:25:59 +0100 |
---|---|---|
committer | Milan Bouchet-Valat <nalimilan@club.fr> | 2010-01-17 22:08:46 +0100 |
commit | 533ce357e721578b357f5fa71ec317ddb7d0c70e (patch) | |
tree | 1cfa3f64356fea93fd9de781d7302621dff8988b | |
parent | 24270736a582b3466e0f0f386541fc4af7d4780d (diff) |
Bump version to 2.9.1
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e9befde..23f2a4e 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_PREREQ(2.52) dnl ============================================================== dnl Process this file with autoconf to produce a configure script. dnl ============================================================== -AC_INIT(system-tools-backends,2.9.0) +AC_INIT(system-tools-backends,2.9.1) AC_CONFIG_AUX_DIR(.) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |