[gnome-software] trivial: Post release version bump



commit 33fe5320c9ea70230b502d3873838f9177b65eb8
Author: Kalev Lember <klember redhat com>
Date:   Mon Apr 9 23:56:01 2018 +0200

    trivial: Post release version bump

 RELEASE     | 6 +++---
 meson.build | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 0d231a4f..93737d01 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,14 +2,14 @@ GNOME Software Release Notes
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only 3.28.0... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.28.1... | grep -i -v trivial | grep -v Merge | sort | uniq
 Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
 
 Generate NEWS file:
 appstream-util appdata-to-news data/appdata/org.gnome.Software.appdata.xml.in > NEWS
 
-git commit -a -m "Release version 3.28.1"
-git tag -s 3.28.1 -m "==== Version 3.28.1 ===="
+git commit -a -m "Release version 3.28.2"
+git tag -s 3.28.2 -m "==== Version 3.28.2 ===="
 <enter password>
 
 ninja-build dist
diff --git a/meson.build b/meson.build
index c22a34bb..ba87f9a1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.28.1',
+  version : '3.28.2',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
   meson_version : '>=0.37.0'


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