From 4627c6d76986cf2c09fc579451f8bc1069b17c4a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 8 Mar 2019 12:44:58 +0000 Subject: trivial: post release version bump --- RELEASE | 6 +++--- meson.build | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE b/RELEASE index ae5f78b..26152ff 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.3.. | grep -i -v trivial | grep -v Merge > NEWS.new +git shortlog 1.4.4.. | grep -i -v trivial | grep -v Merge > NEWS.new -Version 1.4.4 +Version 1.4.5 ~~~~~~~~~~~~~ Released: 2019-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.4" +export release_ver="1.4.5" 3. Generate the tarball: git commit -a -m "Release colord ${release_ver}" diff --git a/meson.build b/meson.build index 7443ca1..992dbab 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('colord', 'c', - version : '1.4.4', + version : '1.4.5', license : 'LGPL-2.1+', meson_version : '>=0.46.0', default_options : ['c_std=c99'] -- cgit v1.2.1