[gnome-power-manager] trivial: Post release version bump



commit 080090b285e2c59ad56abba1fd313cf920e8cd73
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jun 2 17:43:32 2010 +0100

    trivial: Post release version bump

 RELEASE      |    8 ++++----
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index ce1f852..aa7637e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,11 +1,11 @@
 Follow http://developer.gnome.org/dotplan/for_maintainers.html
 
-git shortlog GNOME_POWER_MANAGER_2_31_0.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
+git shortlog GNOME_POWER_MANAGER_2_31_1.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 Run "make distcheck", correct any problems encountered
 
-git commit -a -m "GNOME Power Manager 2.31.1"
-git tag -s GNOME_POWER_MANAGER_2_31_1 -m "==== Version 2.31.1 ===="
+git commit -a -m "GNOME Power Manager 2.31.2"
+git tag -s GNOME_POWER_MANAGER_2_31_2 -m "==== Version 2.31.2 ===="
 <wait>
 git push --tags
 git push
@@ -20,7 +20,7 @@ install-module gnome-power-manager-*.tar.gz
 
 - Do a post-release version bump by updating configure.in
 
-git commit -a -m "Post release version bump"
+git commit -a -m "trivial: Post release version bump"
 git push
 
 - Update jhbuild modulesets
diff --git a/configure.ac b/configure.ac
index e5e0407..31111e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-power-manager],[2.31.1])
+AC_INIT([gnome-power-manager],[2.31.2])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_INIT_AUTOMAKE([foreign])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]