summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-12-07 09:50:14 +0000
committerRichard Hughes <richard@hughsie.com>2009-12-07 09:50:14 +0000
commit39b472708db9bdf00acf3c97ef660d5938749f92 (patch)
tree5f21913ff90f08055f84760f648a23e450215c01 /RELEASE
parent5f8e205003854065338650024337c7af6bebba7a (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 2d94f67..7653352 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-012.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog DeviceKit-power-013.. | grep -i -v trivial | grep -v Merge > NEWS.new
2. Commit changes in DeviceKit-power git:
-git commit -a -m "Released DeviceKit-power 013"
-git tag -a -f -m "Released DeviceKit-power 013" DeviceKit-power-013
+git commit -a -m "Released DeviceKit-power 014"
+git tag -a -f -m "Released DeviceKit-power 014" DeviceKit-power-014
git push --tags
git push