diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-10-05 10:57:22 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-10-05 10:57:22 -0500 |
commit | 78c842d66e376461206947ac53d3976f68afdc7f (patch) | |
tree | 43b0f28c417a5d1a842aac33659df201f81c735b /configure.ac | |
parent | baa95d0f6f5fac987c85303f158accf17bcdbd8c (diff) |
Bump revision number to 1.2.2
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 c8059c6..6916a19 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.52) -AC_INIT(pm-utils, 1.2.1) +AC_INIT(pm-utils, 1.2.2) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) |