diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2009-11-07 23:52:33 -0600 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2009-11-07 23:52:33 -0600 |
commit | aa049b6e8d757579c2727a63fd09ee80c3a30ea4 (patch) | |
tree | 04253858fe3cedc6354fe0b0fc8bb374b47980ec /configure.ac | |
parent | 51afe0cac4d540116c48949f65e16c141d6b0ade (diff) |
Bump version number to 1.2.6
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 3880606..61de169 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.52) -AC_INIT(pm-utils, 1.2.5) +AC_INIT(pm-utils, 1.2.6) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) |