From 4d7296b72c36ab46b5aded52f7fb2ebcae22063a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 8 Mar 2019 12:06:23 +0000 Subject: Release version 3.32.0 --- RELEASE | 4 ++-- data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in | 8 ++++++++ meson.build | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/RELEASE b/RELEASE index 01cf286..00212a8 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.30.1" -git tag -s GNOME_COLOR_MANAGER_3_30_1 -m "==== Version 3.30.1 ====" +git commit -a -m "Release version 3.32.0" +git tag -s GNOME_COLOR_MANAGER_3_32_0 -m "==== Version 3.32.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 a61c761..80c7415 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` --> + + +

+ This is the first stable release for GNOME 3.32 which updates several + translations and fixes some build issues. +

+
+

diff --git a/meson.build b/meson.build index acd0a08..65cfde5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-color-manager', 'c', 'cpp', - version : '3.30.1', + version : '3.32.0', license : 'GPL-2.0+', default_options : ['warning_level=1'], meson_version : '>=0.46.0' -- cgit v1.2.1