[gnome-color-manager] Release version 3.30.0



commit 1ff61d08a37ceb994d10604eeb85de585e35c5ce
Author: Richard Hughes <richard hughsie com>
Date:   Tue Sep 4 12:49:57 2018 +0100

    Release version 3.30.0

 RELEASE                                                  | 6 +++---
 data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in | 8 ++++++++
 meson.build                                              | 2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 1e10537..395f143 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,11 +2,11 @@ GNOME Color Manager Release Notes
 
 Write NEWS entries for gnome-color-manager in the same format as usual.
 
-git log --format="%s" GNOME_COLOR_MANAGER_3_26_0.. | grep -i -v trivial | grep -v Merge | uniq | sort
+git log --format="%s" GNOME_COLOR_MANAGER_3_28_0.. | grep -i -v trivial | grep -v Merge | uniq | sort
 Add any user visible changes into ../data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
 
-git commit -a -m "Release version 3.28.0"
-git tag -s GNOME_COLOR_MANAGER_3_28_0 -m "==== Version 3.28.0 ===="
+git commit -a -m "Release version 3.30.0"
+git tag -s GNOME_COLOR_MANAGER_3_30_0 -m "==== Version 3.30.0 ===="
 ninja dist
 git push --tags
 git push
diff --git a/data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in 
b/data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
index c6d0027..a61c761 100644
--- a/data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
+++ b/data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
@@ -36,6 +36,14 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2018-09-04" version="3.30.0">
+      <description>
+        <p>
+          This is the first stable release for GNOME 3.30 and updates several
+          translations and fixes the build system to be more standard conformant.
+        </p>
+      </description>
+    </release>
     <release date="2018-03-12" version="3.28.0">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 9e179fb..2289eb0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-color-manager', 'c', 'cpp',
-  version : '3.28.0',
+  version : '3.30.0',
   license : 'GPL-2.0+',
   default_options : ['warning_level=1'],
   meson_version : '>=0.37.0'


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