summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-04-18 10:53:05 +0100
committerRichard Hughes <richard@hughsie.com>2018-04-18 10:53:05 +0100
commitde5f23c7d5a1e12d831e85c0764060304be6014f (patch)
tree9b65ca4dab6dcac60013ad4f01d7823e150a3487
parentcd7faac0d81f2dabef6c9787baf78b9e8fb0e1ae (diff)
downloadcolord-de5f23c7d5a1e12d831e85c0764060304be6014f.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE8
-rw-r--r--meson.build2
2 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index 4986b47..d32a760 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,11 +2,11 @@ colord Release Notes
1. Write NEWS entries for colord in the same format as usual.
-git shortlog 1.4.2.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog 1.4.3.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.4.3
+Version 1.4.4
~~~~~~~~~~~~~
-Released: 2017-xx-xx
+Released: 2018-xx-xx
New Features:
Bugfixes:
@@ -21,7 +21,7 @@ tx pull --all --minimum-perc=5
git add ../po/*.po
# MAKE SURE THIS IS CORRECT
-export release_ver="1.4.3"
+export release_ver="1.4.4"
3. Generate the tarball:
git commit -a -m "Release colord ${release_ver}"
diff --git a/meson.build b/meson.build
index c95453d..8a5b927 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('colord', 'c',
- version : '1.4.3',
+ version : '1.4.4',
license : 'LGPL-2.1+',
meson_version : '>=0.37.0',
default_options : ['c_std=c99']