summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-09-11 11:38:56 +0100
committerRichard Hughes <richard@hughsie.com>2017-09-11 11:38:56 +0100
commit0d8589910731890ee14d9836c129f5278e3250bf (patch)
tree1975ff433cbc37cecfac8860c9e1c6892e8362b6
parentb248997e7fb52774ab776155f91ec3f00a9aafd1 (diff)
downloadgnome-color-manager-gnome-3-26.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 9288e5a..a95f126 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_25_90.. | 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.25.91"
-git tag -s GNOME_COLOR_MANAGER_3_25_91 -m "==== Version 3.25.91 ===="
+git commit -a -m "Release version 3.26.0"
+git tag -s GNOME_COLOR_MANAGER_3_26_0 -m "==== Version 3.26.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 7216439..c51ae8b 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="2017-09-11" version="3.26.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.26 and updates several
+ translations.
+ </p>
+ </description>
+ </release>
<release date="2017-08-07" version="3.25.90">
<description>
<p>
diff --git a/meson.build b/meson.build
index 917c5db..dd0be0b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-color-manager', 'c', 'cpp',
- version : '3.25.91',
+ version : '3.26.0',
license : 'GPL-2.0+',
default_options : ['warning_level=1'],
meson_version : '>=0.37.0'