summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-05-06 10:30:34 +0100
committerRichard Hughes <richard@hughsie.com>2010-05-06 10:30:34 +0100
commit07a404840eec8718893ddf91755046e6687d8547 (patch)
treea545cd6baa63ae59819ce37f0d4f244ef5995176 /RELEASE
parent4a0f5ac0d6b64922b6956a6b8a0e59c09ae248ac (diff)
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 98bdd30..201b9d1 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_2.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_3.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.3
+Version 0.9.4
~~~~~~~~~~~
Released: 2010-xx-xx
@@ -14,8 +14,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.3"
-git tag -s -f -m "Released UPower 0.9.3" UPOWER_0_9_3
+git commit -a -m "Released UPower 0.9.4"
+git tag -s -f -m "Released UPower 0.9.4" UPOWER_0_9_4
<wait>
git push --tags
git push