From 66031502ee724ea59c2007038aef864d6656bbf4 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Wed, 20 Aug 2025 11:58:03 -0700 Subject: [PATCH] Bump to stable version 1.0.2 I think it's time to get a new stable release version out :) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0ba8ebf..1a3276f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('bstring', 'c', version: '1.0.1', default_options: ['warning_level=2']) +project('bstring', 'c', version: '1.0.2', default_options: ['warning_level=2']) cc = meson.get_compiler('c') pkg = import('pkgconfig')