diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-07-25 07:47:19 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-07-25 07:47:19 -0500 |
commit | 113024e1bb6a12a667666d912123ecbd9a9ee984 (patch) | |
tree | 9a9901f9335408890d12e89d05000d7627720b0a | |
parent | 1125407844a46363a5ba8d4cf474de5cd8231431 (diff) |
First pm-utils 1.2.0 release candidatepm-utils-1.2.0-rc1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f668aeb..2ec6879 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.0-rc1) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) |