summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-08-29 09:28:56 +0100
committerRichard Hughes <richard@hughsie.com>2012-08-29 09:28:56 +0100
commitbf1603ac8c7ddc212682b0ce9ddfc3e553923ab7 (patch)
treeb90a4aa09901381876385bf41dd6c188ad2b4f7b /RELEASE
parentaa6140a793aba51dfd80a42906f62d649946aa9d (diff)
downloadcolord-bf1603ac8c7ddc212682b0ce9ddfc3e553923ab7.tar.gz
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE b/RELEASE
index ac68d13..88f7b3a 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 COLORD_0_1_22.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog COLORD_0_1_23.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.1.23
+Version 0.1.24
~~~~~~~~~~~~~~
Released: 2012-xx-xx
@@ -22,8 +22,8 @@ git add po/*.po
2. Commit changes to git:
# MAKE SURE THESE ARE CORRECT
-export release_version="0.1.23"
-export release_tag="COLORD_0_1_23"
+export release_version="0.1.24"
+export release_tag="COLORD_0_1_24"
git commit -a -m "Release colord ${release_version}"
git tag -s -f -m "Release colord ${release_version}" "${release_tag}"