summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-04-30 09:45:39 +0100
committerRichard Hughes <richard@hughsie.com>2012-04-30 09:45:39 +0100
commit616d6d6b969e31e9a06feba8876cff79cb50948e (patch)
tree8416be1c5d282d46af053088e49937a236722d41 /RELEASE
parent3d99929440bf6d70bf6a2ef672dec878085b8044 (diff)
downloadupower-616d6d6b969e31e9a06feba8876cff79cb50948e.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 8e003ee..e383e16 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_15.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_16.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.16
+Version 0.9.17
~~~~~~~~~~~~~~
Released: 2012-xx-xx
@@ -13,8 +13,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.16"
-git tag -s -f -m "Released UPower 0.9.16" UPOWER_0_9_16
+git commit -a -m "Released UPower 0.9.17"
+git tag -s -f -m "Released UPower 0.9.17" UPOWER_0_9_17
<wait>
git push --tags
git push