summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-12-02 15:09:49 +0000
committerRichard Hughes <richard@hughsie.com>2014-12-02 15:09:49 +0000
commitd1fdf05c9557cbe16ab1f930ddcf1c8143023449 (patch)
treeecdf45143399d47ca123e09d60c6fdf63199eb93 /RELEASE
parenteadca143872288e1300303a771efdaab196900e1 (diff)
downloadcolord-gtk-d1fdf05c9557cbe16ab1f930ddcf1c8143023449.tar.gz
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index fa8fa26..7235273 100644
--- a/RELEASE
+++ b/RELEASE
@@ -4,7 +4,7 @@ colord-gtk Release Notes
git shortlog COLORD_GTK_0_1_25.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.1.26
+Version 0.1.27
~~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -14,8 +14,8 @@ Bugfixes:
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="0.1.26"
-export release_tag="COLORD_GTK_0_1_26"
+export release_version="0.1.27"
+export release_tag="COLORD_GTK_0_1_27"
git commit -a -m "Release colord-gtk ${release_version}"
git tag -s -f -m "Release colord-gtk ${release_version}" "${release_tag}"