summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-07-26 15:53:41 +0100
committerRichard Hughes <richard@hughsie.com>2013-07-26 15:53:41 +0100
commitaa1656f6edf52ff678ecdfc42de4a67e1d036b03 (patch)
tree5a1d35d1a230ca9406500d761be59e05df3bbf8f /RELEASE
parent1bcacb296d17d2c475ce8a9142f20771f18b0cc3 (diff)
downloadupower-aa1656f6edf52ff678ecdfc42de4a67e1d036b03.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 81c537e..ccd9f0c 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_20.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog UPOWER_0_9_21.. | grep -i -v trivial | grep -v Merge > NEWS.new
-Version 0.9.21
+Version 0.9.22
~~~~~~~~~~~~~~
Released: 2013-xx-xx
@@ -13,8 +13,8 @@ Bugfixes:
2. Commit changes to git:
-git commit -a -m "Released UPower 0.9.21"
-git tag -s -f -m "Released UPower 0.9.21" UPOWER_0_9_21
+git commit -a -m "Released UPower 0.9.22"
+git tag -s -f -m "Released UPower 0.9.22" UPOWER_0_9_22
<wait>
git push --tags
git push