summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-11-02 10:55:56 +0000
committerRichard Hughes <richard@hughsie.com>2020-11-02 10:55:56 +0000
commit664f509cc2a6e86a9c12c1c6106d3936f163a0f9 (patch)
treea648828ade28d9133cd24398cadd52a019c19ecd
parent0563117371f82420616e5e40b6a75a0b34c697c7 (diff)
downloadcolord-664f509cc2a6e86a9c12c1c6106d3936f163a0f9.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE8
-rw-r--r--meson.build2
2 files changed, 4 insertions, 6 deletions
diff --git a/RELEASE b/RELEASE
index 42339c9..b7386f0 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.4.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog 1.4.5.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 1.4.5
+Version 1.4.6
~~~~~~~~~~~~~
Released: 2020-xx-xx
@@ -40,9 +40,7 @@ scp meson-dist/colord-${release_ver}.tar.* hughsient@annarchy.freedesktop.org:/s
git commit -a -m "trivial: post release version bump"
git push
-7. Sync website with ./upload.sh
-
-8. Send an email to colord@lists.freedesktop.org
+7. Send an email to colord@lists.freedesktop.org
colord is a system activated daemon that maps devices to color profiles.
diff --git a/meson.build b/meson.build
index 916eadb..5e9afd1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('colord', 'c',
- version : '1.4.5',
+ version : '1.4.6',
license : 'LGPL-2.1+',
meson_version : '>=0.52.0',
default_options : ['c_std=c99']