[gnome-packagekit] trivial: Post release version bump



commit 1766dbbc801281a410a7faae50f6a7614e48f0d6
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 18 16:34:21 2016 +0100

    trivial: Post release version bump

 RELEASE      |    6 +++---
 configure.ac |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 353eb35..7911bf8 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,13 +2,13 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-packagekit in the same format as usual.
 
-git log --format="%s" GNOME_PACKAGEKIT_3_20_0.. | grep -i -v trivial | grep -v Merge | uniq
+git log --format="%s" GNOME_PACKAGEKIT_3_21_4.. | grep -i -v trivial | grep -v Merge | uniq
 Add any user visible changes into data/appdata/*.xml.in
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 3.21.4"
-git tag -s GNOME_PACKAGEKIT_3_21_4 -m "==== Version 3.21.4 ===="
+git commit -a -m "Release version 3.21.5"
+git tag -s GNOME_PACKAGEKIT_3_21_5 -m "==== Version 3.21.5 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 1818e81..d290e6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.65)
 
-AC_INIT([gnome-packagekit],[3.21.4])
+AC_INIT([gnome-packagekit],[3.21.5])
 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]