[gnome-software] trivial: Post release version bump



commit b804b058b643d31b53f5529c7514ebf493f67611
Author: Richard Hughes <richard hughsie com>
Date:   Thu Dec 15 14:20:05 2016 +0000

    trivial: Post release version bump

 RELEASE     |    8 ++++----
 meson.build |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index a517c3f..73c55eb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,13 +2,13 @@ GNOME Software Release Notes
 
 1. Write release entries:
 
-git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_23_2... | grep -i -v trivial | grep -v 
Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_23_3... | grep -i -v trivial | grep -v 
Merge | sort | uniq
 Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
 
 3. Commit changes in gnome-software git:
 
-git commit -a -m "Release version 3.23.3"
-git tag -s GNOME_SOFTWARE_3_23_3 -m "==== Version 3.23.3 ===="
+git commit -a -m "Release version 3.23.4"
+git tag -s GNOME_SOFTWARE_3_23_4 -m "==== Version 3.23.4 ===="
 <enter password>
 git push --tags
 git push
@@ -26,7 +26,7 @@ scp *.tar.xz rhughes master gnome org:
 ssh rhughes master gnome org
 ftpadmin install gnome-software-*.tar.xz
 
-7. Do post release version bump in configure.ac
+7. Do post release version bump in configure.ac and meson.build
 
 8. Commit trivial changes:
 
diff --git a/meson.build b/meson.build
index d49d2d5..28b57a4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.23.3',
+  version : '3.23.4',
   default_options : ['warning_level=1'],
   meson_version : '>=0.37.0'
 )


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