From 6fb4e226334b84fc2817e4c4bd2e1bb9a8fba14b Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Mon, 5 Feb 2024 12:58:22 +0200 Subject: [PATCH] Version bump --- VERSION.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 627a3f43a..6aba2b245 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.1.1 +4.2.0 diff --git a/meson.build b/meson.build index c492b9aee..113b6e588 100644 --- a/meson.build +++ b/meson.build @@ -30,7 +30,7 @@ project( 'b_staticpic=false', # The default of true harms performance ] ) -shared_lib_version = '6.1.0' +shared_lib_version = '7.0.0' compiler = meson.get_compiler('cpp') py = import('python').find_installation(pure : false, modules : ['jinja2', 'pycparser', 'packaging'])