From 81ac031cd2e6039e74f5221e98d6266ef1d086a3 Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Fri, 9 Feb 2024 14:25:20 +0200 Subject: [PATCH] Bump version to 4.3.0 for release --- VERSION.txt | 2 +- doc/changelog.rst | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 6aba2b245..80895903a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.2.0 +4.3.0 diff --git a/doc/changelog.rst b/doc/changelog.rst index 2afe5514d..47e53b17c 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -.. rubric:: Development version +.. rubric:: 4.3.0 - Add ability to override the transmission rate for individual heaps. - Fix missing type annotation on the `substream_index` argument to diff --git a/meson.build b/meson.build index 113b6e588..aebb6c91a 100644 --- a/meson.build +++ b/meson.build @@ -30,7 +30,7 @@ project( 'b_staticpic=false', # The default of true harms performance ] ) -shared_lib_version = '7.0.0' +shared_lib_version = '8.0.0' compiler = meson.get_compiler('cpp') py = import('python').find_installation(pure : false, modules : ['jinja2', 'pycparser', 'packaging'])