summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-12-07 10:47:36 +0000
committerRichard Hughes <richard@hughsie.com>2021-12-07 10:47:36 +0000
commitc3b8f6649a350f833e666c2d84ca22ceb9328ec1 (patch)
tree20f60d926b3578406acd2a45775581855065c3d9
parent582f33178a986e74543de8ced087865009f8fef0 (diff)
downloadgusb-c3b8f6649a350f833e666c2d84ca22ceb9328ec1.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE.md10
-rw-r--r--meson.build2
2 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE.md b/RELEASE.md
index cc66522..971a9fb 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -3,10 +3,10 @@ GUsb Release Notes
Write `NEWS` entries for GUsb in the same format as usual.
- git shortlog 0.3.8.. | grep -i -v trivial | grep -v Merge > NEWS.new
+ git shortlog 0.3.9.. | grep -i -v trivial | grep -v Merge > NEWS.new
=================================================
- Version 0.3.9
- ~~~~~~~~~~~~~
+ Version 0.3.10
+ ~~~~~~~~~~~~~~
Released: 2021-xx-xx
Notes:
@@ -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.3.9"
+ export release_ver="0.3.10"
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.9 released!
+ GUsb 0.3.10 released!
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
diff --git a/meson.build b/meson.build
index 8bca5d2..7fca7e9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
- version : '0.3.9',
+ version : '0.3.10',
license : 'LGPL-2.1+',
meson_version : '>=0.46.0',
default_options : ['c_std=c99']