From a7cdbdf7cc0f08db3d50fab0c290c247e80b387a Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Fri, 27 Mar 2026 14:51:32 -0700 Subject: [PATCH] Bump version from 1.0.3 to 1.1.0 bump to a minor feature version to indicate the porting of the UTF-8 library from bstrlib, as well as the removal of the autotools build system --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index be4c4c3..62740e0 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bstring', 'c', - version: '1.0.3', + version: '1.1.0', default_options: ['warning_level=3', 'c_std=c99'] ) cc = meson.get_compiler('c')