summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-09-12 14:04:48 +0100
committerRichard Hughes <richard@hughsie.com>2022-09-12 14:04:48 +0100
commit42c7b8d28410471a81f37dedcde09c704bc88f50 (patch)
tree42c6876c5258942ccfe2939e76f357aff3f1fdc9 /RELEASE.md
parent6cd1e177a2aada5d26d351d58004040ce0baea45 (diff)
downloadgusb-42c7b8d28410471a81f37dedcde09c704bc88f50.tar.gz
trivial: post release version bump
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 6b0486e..83d99a2 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -5,7 +5,7 @@ Write `NEWS` entries for GUsb in the same format as usual.
git shortlog 0.3.10.. | grep -i -v trivial | grep -v Merge > NEWS.new
=================================================
- Version 0.4.0
+ Version 0.4.1
~~~~~~~~~~~~~
Released: 2022-xx-xx
@@ -19,7 +19,7 @@ Write `NEWS` entries for GUsb in the same format as usual.
Update library version if new ABI or API in `meson.build`, commit, and build tarball:
# MAKE SURE THIS IS CORRECT
- export release_ver="0.4.0"
+ export release_ver="0.4.1"
git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
@@ -41,7 +41,7 @@ Do post release version bump in `meson.build` and commit changes:
Send an email to devkit-devel@lists.freedesktop.org
=================================================
- GUsb 0.3.10 released!
+ GUsb 0.4.1 released!
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper