diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-10-03 21:17:53 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-10-03 21:17:53 -0500 |
commit | d156e9312ea5c2fecb3d9ada08c3746012361550 (patch) | |
tree | 622c6796e02276f2915f8876ebf8ec2ce4cc3fd2 | |
parent | 0f7d491ad9574e730b0bd0ea14b003f7a0917205 (diff) |
Bump version to 1.2.1pm-utils-1.2.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f668aeb..c8059c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.52) -AC_INIT(pm-utils, 1.2.0) +AC_INIT(pm-utils, 1.2.1) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) |