summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-08-21 10:13:05 +0100
committerRichard Hughes <richard@hughsie.com>2017-08-21 10:13:05 +0100
commit249f4c89dfe5336d353b1e7b6821f3ecd3d29232 (patch)
tree4a63855976e0004f0481dc1cc3c923850d282829
parentef560710602ce590e72f8412cb200f68d6e3e153 (diff)
downloadcolord-249f4c89dfe5336d353b1e7b6821f3ecd3d29232.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 b99893c..3c6716a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,9 +2,9 @@ colord Release Notes
1. Write NEWS entries for colord in the same format as usual.
-git shortlog 1.4.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog 1.4.1.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.4.1
+Version 1.4.2
~~~~~~~~~~~~~
Released: 2017-xx-xx
@@ -21,7 +21,7 @@ tx pull --all --minimum-perc=5
git add ../po/*.po
# MAKE SURE THIS IS CORRECT
-export release_ver="1.4.1"
+export release_ver="1.4.2"
3. Generate the tarball:
git commit -a -m "Release colord ${release_ver}"
diff --git a/meson.build b/meson.build
index 227e736..7cc4ccf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('colord', 'c',
- version : '1.4.1',
+ version : '1.4.2',
license : 'LGPL-2.1+',
meson_version : '>=0.37.0',
default_options : ['c_std=c99']