[gnome-software] trivial: Post release version bump



commit 0e046705fa1867692922264525723253d269c053
Author: Kalev Lember <klember redhat com>
Date:   Tue Mar 13 00:47:04 2018 +0100

    trivial: Post release version bump

 RELEASE     | 6 +++---
 meson.build | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 5105077d..0d231a4f 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.27.92... | grep -i -v trivial | grep -v Merge | sort | 
uniq
+git log --format="%s" --cherry-pick --right-only 3.28.0... | 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.0"
-git tag -s 3.28.0 -m "==== Version 3.28.0 ===="
+git commit -a -m "Release version 3.28.1"
+git tag -s 3.28.1 -m "==== Version 3.28.1 ===="
 <enter password>
 
 ninja-build dist
diff --git a/meson.build b/meson.build
index 58c7efa1..53d10370 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.28.0',
+  version : '3.28.1',
   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]