summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-12-05 09:50:44 +0000
committerRichard Hughes <richard@hughsie.com>2011-12-05 09:50:44 +0000
commit3db50b0338cb1315d474df58abf67ee2b87d5a67 (patch)
tree27544db9255403cf146909dd94bddfc1f842b0f4 /RELEASE
parent6600d371d314f453f75a0a302d2c486fabd8b27e (diff)
downloadupower-3db50b0338cb1315d474df58abf67ee2b87d5a67.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 3cb0b60..46606aa 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_14.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_15.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.15
+Version 0.9.16
~~~~~~~~~~~~~~
Released: 2011-xx-xx
@@ -14,8 +14,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.15"
-git tag -s -f -m "Released UPower 0.9.15" UPOWER_0_9_15
+git commit -a -m "Released UPower 0.9.16"
+git tag -s -f -m "Released UPower 0.9.16" UPOWER_0_9_16
<wait>
git push --tags
git push