summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-09-11 11:40:51 +0100
committerRichard Hughes <richard@hughsie.com>2017-09-11 11:40:51 +0100
commit870a6bbf86e4bab6cce3fb454d6ac0e8afd1a562 (patch)
tree317e3b1d7b7f43df8e5e53bebb445d527e43abd9
parent0d8589910731890ee14d9836c129f5278e3250bf (diff)
downloadgnome-color-manager-870a6bbf86e4bab6cce3fb454d6ac0e8afd1a562.tar.gz
trivial: Post release version bump
-rw-r--r--RELEASE6
-rw-r--r--meson.build2
2 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index a95f126..bd797c3 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_25_90.. | grep -i -v trivial | grep -v Merge | uniq | sort
+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.0"
-git tag -s GNOME_COLOR_MANAGER_3_26_0 -m "==== Version 3.26.0 ===="
+git commit -a -m "Release version 3.26.1"
+git tag -s GNOME_COLOR_MANAGER_3_26_1 -m "==== Version 3.26.1 ===="
ninja dist
git push --tags
git push
diff --git a/meson.build b/meson.build
index dd0be0b..9e798e1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-color-manager', 'c', 'cpp',
- version : '3.26.0',
+ version : '3.26.1',
license : 'GPL-2.0+',
default_options : ['warning_level=1'],
meson_version : '>=0.37.0'