summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-04-01 14:12:15 +0100
committerRichard Hughes <richard@hughsie.com>2020-04-01 14:12:15 +0100
commit3d5e99986d95842075013ddb9c622451f48cf252 (patch)
treeaad54f75e8a0b5f240b548045f2441c68a6349f9
parent98904208ae6b139ea167c0eefe7df75f960bad98 (diff)
downloadgnome-color-manager-3d5e99986d95842075013ddb9c622451f48cf252.tar.gz
Release version 3.36.0GNOME_COLOR_MANAGER_3_36_0
-rw-r--r--RELEASE6
-rw-r--r--data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in7
-rw-r--r--meson.build2
3 files changed, 11 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index 1566f5c..71b2691 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_30_0.. | grep -i -v trivial | grep -v Merge | uniq | sort
+git log --format="%s" GNOME_COLOR_MANAGER_3_36_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.35.90"
-git tag -s GNOME_COLOR_MANAGER_3_35_90 -m "==== Version 3.35.90 ===="
+git commit -a -m "Release version 3.36.0"
+git tag -s GNOME_COLOR_MANAGER_3_36_0 -m "==== Version 3.36.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 328a99f..19dfc20 100644
--- a/data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
+++ b/data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
@@ -36,6 +36,13 @@
Validate with `appstream-util validate *.appdata.xml`
-->
<releases>
+ <release date="2019-04-01" version="3.36.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.36.
+ </p>
+ </description>
+ </release>
<release date="2019-03-08" version="3.35.90">
<description>
<p>
diff --git a/meson.build b/meson.build
index 9fb1bbc..c56c97e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-color-manager', 'c',
- version : '3.35.90',
+ version : '3.36.0',
license : 'GPL-2.0+',
default_options : ['warning_level=1'],
meson_version : '>=0.46.0'