summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-03-21 10:14:59 +0000
committerRichard Hughes <richard@hughsie.com>2011-03-21 10:14:59 +0000
commitbefdb09c5486a8072b0574cbc8c9003e5c5d5543 (patch)
treec1689bc1bbc75703b64975e49cc3c560e1f46d81 /RELEASE
parent36e97ab4cc2cf3c253ccb32274f3597725813d9a (diff)
downloadupower-befdb09c5486a8072b0574cbc8c9003e5c5d5543.tar.gz
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE10
1 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index 139b29b..18126f7 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ UPower Release Notes
1. Write NEWS entries for UPower in the same format as usual.
-git shortlog UPOWER_0_9_8.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.9
-~~~~~~~~~~~~~
+Version 0.9.10
+~~~~~~~~~~~~~~
Released: 2011-xx-xx
Translations:
@@ -14,8 +14,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.9"
-git tag -s -f -m "Released UPower 0.9.9" UPOWER_0_9_9
+git commit -a -m "Released UPower 0.9.10"
+git tag -s -f -m "Released UPower 0.9.10" UPOWER_0_9_10
<wait>
git push --tags
git push