summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2023-02-08 15:35:05 +0000
committerRichard Hughes <richard@hughsie.com>2023-02-08 15:35:05 +0000
commit235fec31874a90b346f1c44b3234bf43a6c06355 (patch)
tree8d8c6e00caba3c9f8dcd8a5eb26db5f12eb81893
parentcfe6865211bc241fe5e10b999bc0e27e7bddcb84 (diff)
downloadgusb-235fec31874a90b346f1c44b3234bf43a6c06355.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE.md6
-rw-r--r--meson.build2
2 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE.md b/RELEASE.md
index bf0229e..0634a43 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,14 +1,14 @@
GUsb Release Notes
==================
-git log --format="%s" --cherry-pick --right-only 0.4.4... | grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 0.4.5... | grep -i -v trivial | grep -v Merge | sort | uniq
Add any user visible changes into ../contrib/org.freedesktop.GUsb.metainfo.xml
appstream-util appdata-to-news ../contrib/org.freedesktop.GUsb.metainfo.xml > ../NEWS
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.5"
+ export release_ver="0.4.6"
git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
@@ -27,7 +27,7 @@ Do post release version bump in `meson.build` and commit changes:
Send an email to devkit-devel@lists.freedesktop.org
=================================================
- GUsb 0.4.5 released
+ GUsb 0.4.6 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 30b8fd0..189e40d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
- version : '0.4.5',
+ version : '0.4.6',
license : 'LGPL-2.1+',
meson_version : '>=0.49.0',
default_options : ['c_std=c99']