[gnome-packagekit] trivial: Post release version bump



commit a10ec9f9f5201d31797db65bd09c0311aeb07562
Author: Richard Hughes <richard hughsie com>
Date:   Tue Sep 24 11:10:27 2013 +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 2b264d0..5fb0737 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-packagekit in the same format as usual.
 
-git shortlog GNOME_PACKAGEKIT_3_9_92.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
+git shortlog GNOME_PACKAGEKIT_3_10_0.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 --------------------------------------------------------------------------------
-Version 3.10.0
+Version 3.10.1
 ~~~~~~~~~~~~~~
 Released: 2013-xx-xx
 
@@ -18,8 +18,8 @@ Released: 2013-xx-xx
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 3.10.0"
-git tag -s GNOME_PACKAGEKIT_3_10_0 -m "==== Version 3.10.0 ===="
+git commit -a -m "Release version 3.10.1"
+git tag -s GNOME_PACKAGEKIT_3_10_1 -m "==== Version 3.10.1 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 7a996fe..9254bf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.65)
 
-AC_INIT([gnome-packagekit],[3.10.0])
+AC_INIT([gnome-packagekit],[3.10.1])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar])
 AC_CONFIG_HEADERS([config.h])


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