summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-10-01 12:43:42 +0100
committerRichard Hughes <richard@hughsie.com>2022-10-01 12:43:42 +0100
commitfcd54ab3ea6c69f3f9043cfdcf640921fecd3254 (patch)
treef4aec66017fc70f64f6b2d43a3de3fcfcaec2c7e
parente510a4126b7ab7f53848c2e44ff1e37fc59b932c (diff)
downloadgusb-fcd54ab3ea6c69f3f9043cfdcf640921fecd3254.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE.md8
-rw-r--r--meson.build2
2 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 05e19d6..93e0b69 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -3,9 +3,9 @@ GUsb Release Notes
Write `NEWS` entries for GUsb in the same format as usual.
- git shortlog 0.4.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+ git shortlog 0.4.1.. | grep -i -v trivial | grep -v Merge > NEWS.new
=================================================
- Version 0.4.1
+ Version 0.4.2
~~~~~~~~~~~~~
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.1"
+ export release_ver="0.4.2"
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.4.1 released!
+ GUsb 0.4.2 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 ea8969e..f2952dc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
- version : '0.4.1',
+ version : '0.4.2',
license : 'LGPL-2.1+',
meson_version : '>=0.49.0',
default_options : ['c_std=c99']