summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-03-04 13:24:36 +0000
committerRichard Hughes <richard@hughsie.com>2020-03-04 13:24:36 +0000
commit40a70a23db09288264da309ef14367f445d8e9de (patch)
tree9a395c33761ce20e936d9fb381743566fc0303ef
parent937b28c6a9310dc6f98bcb3819f868bb3b644cb3 (diff)
downloadgnome-color-manager-40a70a23db09288264da309ef14367f445d8e9de.tar.gz
Release version 3.35.90GNOME_COLOR_MANAGER_3_35_90
-rw-r--r--RELEASE4
-rw-r--r--data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in12
-rw-r--r--meson.build2
3 files changed, 15 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 00212a8..1566f5c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,8 +5,8 @@ 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
Add any user visible changes into ../data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
-git commit -a -m "Release version 3.32.0"
-git tag -s GNOME_COLOR_MANAGER_3_32_0 -m "==== Version 3.32.0 ===="
+git commit -a -m "Release version 3.35.90"
+git tag -s GNOME_COLOR_MANAGER_3_35_90 -m "==== Version 3.35.90 ===="
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 80c7415..328a99f 100644
--- a/data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
+++ b/data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in
@@ -36,6 +36,18 @@
Validate with `appstream-util validate *.appdata.xml`
-->
<releases>
+ <release date="2019-03-08" version="3.35.90">
+ <description>
+ <p>
+ This is a test release for GNOME 3.32 which updates several
+ translations and fixes some build issues.
+ </p>
+ <p>
+ The calibration wizard has been removed as the ArgyllCMS integration
+ has been broken for a long time.
+ </p>
+ </description>
+ </release>
<release date="2019-03-08" version="3.32.0">
<description>
<p>
diff --git a/meson.build b/meson.build
index 958a30b..9fb1bbc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-color-manager', 'c',
- version : '3.32.0',
+ version : '3.35.90',
license : 'GPL-2.0+',
default_options : ['warning_level=1'],
meson_version : '>=0.46.0'