[gnome-software] trivial: Post release version bump
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Post release version bump
- Date: Mon, 9 Sep 2019 12:47:31 +0000 (UTC)
commit 1a84f2dbabbc5cc9b4fece889813226faf66b934
Author: Richard Hughes <richard hughsie com>
Date: Mon Sep 9 13:47:31 2019 +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 b120b533..0ccdc9dc 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.32.4... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.34.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.34.0"
-git tag -s 3.34.0 -m "==== Version 3.34.0 ===="
+git commit -a -m "Release version 3.34.1"
+git tag -s 3.34.1 -m "==== Version 3.34.1 ===="
<enter password>
ninja-build dist
diff --git a/meson.build b/meson.build
index b21dbba1..c3c64d2e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-software', 'c',
- version : '3.34.0',
+ version : '3.34.1',
license : 'GPL-2.0+',
default_options : ['warning_level=1', 'c_std=c99'],
meson_version : '>=0.46.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]