diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 905c8af..86a7c6a 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,1.1.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GNOME%20System%20Tools) +AC_INIT(system-tools-backends,1.1.4, http://bugzilla.gnome.org/enter_bug.cgi?product=GNOME%20System%20Tools) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_CONFIG_AUX_DIR(.) |