summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-07-30 10:46:23 +0100
committerRichard Hughes <richard@hughsie.com>2020-07-30 10:46:23 +0100
commit877b0523f709c80528e4fa1b6a9deb5a06c186fa (patch)
tree9056306faf5fd9fb91f8a96fbe3c3bb703329bb2
parent1f712812327091c42c62b1ab1148d738d1a22b51 (diff)
downloadgusb-877b0523f709c80528e4fa1b6a9deb5a06c186fa.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 87b4aff..ec3bb0e 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.3.4.. | grep -i -v trivial | grep -v Merge > NEWS.new
+ git shortlog 0.3.5.. | grep -i -v trivial | grep -v Merge > NEWS.new
=================================================
- Version 0.3.5
+ Version 0.3.6
~~~~~~~~~~~~~
Released: 2020-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.3.5"
+ export release_ver="0.3.6"
git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
diff --git a/meson.build b/meson.build
index 20bef17..419a9e7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
- version : '0.3.5',
+ version : '0.3.6',
license : 'LGPL-2.1+',
meson_version : '>=0.46.0',
default_options : ['c_std=c99']