diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2009-02-08 17:29:02 -0600 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2009-02-08 17:29:02 -0600 |
commit | 7e22af20845ecad1d55567377d7c7b230c300e39 (patch) | |
tree | 7ea3e949d6009cbc78e5d471e5d1c95846256f1c | |
parent | 65193cff7dc2ed0157eb438aa198f8b506577086 (diff) |
Bump revision in preperation for release.pm-utils-1.1.3pm-utils-1.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 99892f3..5dd38c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.52) -AC_INIT(pm-utils, 1.1.2.5) +AC_INIT(pm-utils, 1.1.3) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) |