summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-03-12 13:16:05 +0000
committerRichard Hughes <richard@hughsie.com>2018-03-12 13:16:05 +0000
commitb39e6fe3a598340c6b7a7d65a1029fe67e1c2572 (patch)
treec89a82ba5844f49e69d2fbdf6c1d7419ba66e28d
parentfc1cf63286f7f8ab3e291be45a31c84c00cce4ef (diff)
downloadgnome-color-manager-gnome-3-28.tar.gz
-rw-r--r--RELEASE4
-rw-r--r--data/appdata/org.gnome.ColorProfileViewer.appdata.xml.in8
-rw-r--r--meson.build2
3 files changed, 11 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index bd797c3..1e10537 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_26_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.26.1"
-git tag -s GNOME_COLOR_MANAGER_3_26_1 -m "==== Version 3.26.1 ===="
+git commit -a -m "Release version 3.28.0"
+git tag -s GNOME_COLOR_MANAGER_3_28_0 -m "==== Version 3.28.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 c51ae8b..c6d0027 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-03-12" version="3.28.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.28 and updates several
+ translations and fixes the build system to be more standard conformant.
+ </p>
+ </description>
+ </release>
<release date="2017-09-11" version="3.26.0">
<description>
<p>
diff --git a/meson.build b/meson.build
index 5fd849f..9e179fb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-color-manager', 'c', 'cpp',
- version : '3.26.1',
+ version : '3.28.0',
license : 'GPL-2.0+',
default_options : ['warning_level=1'],
meson_version : '>=0.37.0'