summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-02-16 15:27:46 +0000
committerRichard Hughes <richard@hughsie.com>2022-02-16 15:27:46 +0000
commit9e038db59103178db688f3b739b4efbe3d815ccb (patch)
treede5099eede11f4964c156e627349e0fa8ac2ae54
parent9a2c7f7cb168cd46cb1e163df35e734c7beb3b70 (diff)
downloadcolord-gtk-9e038db59103178db688f3b739b4efbe3d815ccb.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 60a994a..0fe74f6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,9 +2,9 @@ colord-gtk Release Notes
1. Write NEWS entries for colord-gtk in the same format as usual.
-git shortlog COLORD_GTK_0_2_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog 0.3.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.3.0
+Version 0.3.1
~~~~~~~~~~~~~
Released: 2022-xx-xx
@@ -14,7 +14,7 @@ Bugfixes:
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="0.3.0"
+export release_version="0.3.1"
git commit -a -m "Release colord-gtk ${release_version}"
git tag -s -f -m "Release colord-gtk ${release_version}" "${release_version}"
<wait>
diff --git a/meson.build b/meson.build
index 6e9fe94..fd4949a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('colord-gtk', 'c',
- version : '0.3.0',
+ version : '0.3.1',
license : 'LGPL-2.1+',
meson_version : '>=0.46.0',
default_options : ['c_std=c99']