summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-05-12 15:10:43 +0100
committerRichard Hughes <richard@hughsie.com>2010-05-12 15:10:43 +0100
commit39c2c0c52ceb0585907282f2a9b0232fdd926903 (patch)
tree5071895b056a01b1c0c03267598e8d1a38e76dde /RELEASE
parent0ff48cb295c53fc6edd5ec8230440cc852a0ecc3 (diff)
downloadupower-39c2c0c52ceb0585907282f2a9b0232fdd926903.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 201b9d1..6b733f7 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,9 +2,9 @@ UPower Release Notes
1. Write NEWS entries for UPower in the same format as usual.
-git shortlog UPOWER_0_9_3.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_4.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.4
+Version 0.9.5
~~~~~~~~~~~
Released: 2010-xx-xx
@@ -14,8 +14,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.4"
-git tag -s -f -m "Released UPower 0.9.4" UPOWER_0_9_4
+git commit -a -m "Released UPower 0.9.5"
+git tag -s -f -m "Released UPower 0.9.5" UPOWER_0_9_5
<wait>
git push --tags
git push