[neon/backports-focal/libxmlb/Neon/release] /: trivial: post release version bump

Richard Hughes null at kde.org
Tue Jan 25 15:51:47 GMT 2022


Git commit 53a6033ce26ce47103ca49a4ccb0e47f603e7188 by Richard Hughes.
Committed on 06/12/2021 at 20:37.
Pushed by jriddell into branch 'Neon/release'.

trivial: post release version bump

M  +3    -3    RELEASE
M  +1    -1    meson.build

https://invent.kde.org/neon/backports-focal/libxmlb/commit/53a6033ce26ce47103ca49a4ccb0e47f603e7188

diff --git a/RELEASE b/RELEASE
index bc382fd..28ed46a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,9 +2,9 @@ libxmlb Release Notes
 
 1. Write NEWS entries for libxmlb in the same format as usual.
 
-git shortlog 0.3.5.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog 0.3.6.. | grep -i -v trivial | grep -v Merge > NEWS.new
 
-Version 0.3.6
+Version 0.3.7
 ~~~~~~~~~~~~~
 Released: 2021-xx-xx
 
@@ -15,7 +15,7 @@ Bugfixes:
 Commit changes to git:
 
 # MAKE SURE THESE ARE CORRECT
-export release_ver="0.3.6"
+export release_ver="0.3.7"
 
 git commit -a -m "Release libxmlb ${release_ver}"
 git tag -s -f -m "Release libxmlb ${release_ver}" "${release_ver}"
diff --git a/meson.build b/meson.build
index 35b07b7..41c26a3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libxmlb', 'c',
-  version : '0.3.6',
+  version : '0.3.7',
   license : 'LGPL-2.1+',
   meson_version : '>=0.47.0',
   default_options : ['warning_level=2', 'c_std=c99'],



More information about the Neon-commits mailing list