summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-07-06 13:24:42 +0100
committerRichard Hughes <richard@hughsie.com>2009-07-06 13:24:42 +0100
commit364c26f631ae0a9f77c1f8b8666fe62c23abbd31 (patch)
treecb13c49ee899751f47429a67900632a2835184cd /RELEASE
parentab0dea561dede9ff09f1139af1e734b47301a033 (diff)
trivial: post release version bump
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 3788cda..b36d75c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,12 +2,12 @@ DeviceKit-power Release Notes
1. Write NEWS entries for DeviceKit-power in the same format as usual.
-git shortlog DeviceKit-power-008.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog DeviceKit-power-009.. | grep -i -v trivial | grep -v Merge > NEWS.new
2. Commit changes in DeviceKit-power git:
-git commit -a -m "Released DeviceKit-power 009"
-git tag -a -f -m "Released DeviceKit-power 009" DeviceKit-power-009
+git commit -a -m "Released DeviceKit-power 010"
+git tag -a -f -m "Released DeviceKit-power 010" DeviceKit-power-010
git push --tags
git push