summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-06-02 22:49:47 +0100
committerRichard Hughes <richard@hughsie.com>2011-06-02 22:49:47 +0100
commit2df10b2c4b8cfe02731c0cabfa06b35e27c69de2 (patch)
tree0c34115dd5adbf8b18e85275bed6b3453b3951d4 /RELEASE
parent6efb3ef36ae50303257450902b05096d6cd88eed (diff)
downloadcolord-2df10b2c4b8cfe02731c0cabfa06b35e27c69de2.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 484cbb0..64aed8e 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_7.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog COLORD_0_1_8.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.1.8
+Version 0.1.9
~~~~~~~~~~~~~
Released: 2011-xx-xx
@@ -16,8 +16,8 @@ Write release date to doc/website/download.html
2. Commit changes to git:
-git commit -a -m "Release colord 0.1.8"
-git tag -s -f -m "Release colord 0.1.8" COLORD_0_1_8
+git commit -a -m "Release colord 0.1.9"
+git tag -s -f -m "Release colord 0.1.9" COLORD_0_1_9
<wait>
git push --tags
git push