summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE10
1 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index f89d5db..c35181b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ GUsb Release Notes
* Write NEWS entries for GUsb in the same format as usual.
-git shortlog gusb_0_1_5.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog gusb_0_1_6.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.1.6
+Version 0.1.7
~~~~~~~~~~~~~
Released: 2013-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
* Commit changes in git:
-git commit -a -m "Release version 0.1.6"
-git tag -s -f -m "Release 0.1.6" gusb_0_1_6
+git commit -a -m "Release version 0.1.7"
+git tag -s -f -m "Release 0.1.7" gusb_0_1_7
<gpg password>
git push --tags
git push
@@ -42,7 +42,7 @@ git push
* Send an email to devkit-devel@lists.freedesktop.org
=================================================
-GUsb 0.1.6 released!
+GUsb 0.1.7 released!
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper