[gnome-software] trivial: Post release version bump



commit 810f4557a1b5947a3678c39acbe292bbae69b65d
Author: Richard Hughes <richard hughsie com>
Date:   Wed Feb 19 19:48:15 2020 +0000

    trivial: Post release version bump

 RELEASE     | 6 +++---
 meson.build | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index fce0d884..17c6ea68 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.35.2... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.35.91... | 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.35.91"
-git tag -s 3.35.91 -m "==== Version 3.35.91 ===="
+git commit -a -m "Release version 3.35.92"
+git tag -s 3.35.92 -m "==== Version 3.35.92 ===="
 <enter password>
 
 ninja-build dist
diff --git a/meson.build b/meson.build
index 7066d32b..6a201825 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.35.91',
+  version : '3.35.92',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
   meson_version : '>=0.47.0'


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