[gnome-software/gnome-3-30] trivial: Post release version bump



commit 4f304ccd9d148d9418b22003800f6110e197b926
Author: Kalev Lember <klember redhat com>
Date:   Fri Oct 5 17:04:29 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 d0338a1d..d6175c92 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.30.1... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.30.2... | 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.30.2"
-git tag -s 3.30.2 -m "==== Version 3.30.2 ===="
+git commit -a -m "Release version 3.30.3"
+git tag -s 3.30.3 -m "==== Version 3.30.3 ===="
 <enter password>
 
 ninja-build dist
diff --git a/meson.build b/meson.build
index 811c8f5d..cc8b91dc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-software', 'c',
-  version : '3.30.2',
+  version : '3.30.3',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1', 'c_std=c99'],
   meson_version : '>=0.40.0'


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