summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-04-01 14:14:36 +0100
committerRichard Hughes <richard@hughsie.com>2020-04-01 14:14:36 +0100
commit9b519b1ef95bb708d7bc760228e1232c096557cd (patch)
tree2967b81e304d0a36e2e76a640b88e72be0e9b90b
parent3d5e99986d95842075013ddb9c622451f48cf252 (diff)
downloadgnome-color-manager-9b519b1ef95bb708d7bc760228e1232c096557cd.tar.gz
trivial: Post release version bump
-rw-r--r--RELEASE4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 71b2691..6cc603a 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_36_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.36.0"
-git tag -s GNOME_COLOR_MANAGER_3_36_0 -m "==== Version 3.36.0 ===="
+git commit -a -m "Release version 3.36.1"
+git tag -s GNOME_COLOR_MANAGER_3_36_1 -m "==== Version 3.36.1 ===="
ninja dist
git push --tags
git push
diff --git a/meson.build b/meson.build
index c56c97e..acdfbaa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-color-manager', 'c',
- version : '3.36.0',
+ version : '3.36.1',
license : 'GPL-2.0+',
default_options : ['warning_level=1'],
meson_version : '>=0.46.0'