[gnome-packagekit] Post release version bump



commit e960c35e842ef495c254ac0fb21de2ca4fc06ac4
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jan 5 11:15:02 2010 +0000

    Post release version bump

 RELEASE      |    6 +++---
 configure.ac |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 7ee4e27..55765fb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-packagekit in the same format as usual.
 
-git shortlog GNOME_PACKAGEKIT_2_29_1.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
+git shortlog GNOME_PACKAGEKIT_2_29_2.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 --------------------------------------------------------------------------------
 Version 2.29.x
@@ -18,8 +18,8 @@ Released: 2010-xx-xx
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 2.29.2"
-git tag -s GNOME_PACKAGEKIT_2_29_2 -m "==== Version 2.29.2 ===="
+git commit -a -m "Release version 2.29.3"
+git tag -s GNOME_PACKAGEKIT_2_29_3 -m "==== Version 2.29.3 ===="
 git push --tags
 git push
 
diff --git a/configure.ac b/configure.ac
index 1a23e31..8ca7d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(gnome-packagekit, 2.29.2)
+AC_INIT(gnome-packagekit, 2.29.3)
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)



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