summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-03-26 14:06:35 +0000
committerPeter Jones <pjones@redhat.com>2007-03-26 14:06:35 +0000
commit60aa6beb5383c609b39c74c0fad94b8ab9f18ef5 (patch)
treeae16049bf37ad4cca86798a4549cac06784a70e4
parent2637da98f775fbedb1c1898aad3eab379adbf2eb (diff)
- bump version, add changelogpm-utils-0.99.3
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27b1b29..4a032e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-26 Peter Jones <pjones@redhat.com>
+
+ * configure.in:
+ - bump version to 0.99.3. Still need to have a good look at Stefan's
+ s2both stuff before release, as well as re-examining the video hook.
+
2007-03-16 Peter Jones <pjones@redhat.com>
* pm/functions:
diff --git a/configure.in b/configure.in
index cf93c77..cf62675 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(pm-utils, 0.99.2)
+AC_INIT(pm-utils, 0.99.3)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)