summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-05-03 18:12:48 +0100
committerRichard Hughes <richard@hughsie.com>2011-05-03 18:12:48 +0100
commitbdddb74723b6ffcaaacc5ba203c41791b28b78b2 (patch)
tree29f1213f1c2879eaf832a83ed226288b37fc9fe3 /RELEASE
parent5dedd34fe244d6e42b2e069a4a13053494fa25c4 (diff)
downloadupower-bdddb74723b6ffcaaacc5ba203c41791b28b78b2.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 18126f7..11aa2b1 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_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_10.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.10
+Version 0.9.11
~~~~~~~~~~~~~~
Released: 2011-xx-xx
@@ -14,8 +14,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.10"
-git tag -s -f -m "Released UPower 0.9.10" UPOWER_0_9_10
+git commit -a -m "Released UPower 0.9.11"
+git tag -s -f -m "Released UPower 0.9.11" UPOWER_0_9_11
<wait>
git push --tags
git push