From 38de088f6506014f363a417041d054f6974f6569 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 29 Aug 2022 21:42:30 +1000 Subject: [PATCH] meson.build: fix the version number --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f68db30dd..77672e17a 100644 --- a/meson.build +++ b/meson.build @@ -9,7 +9,7 @@ project( # 2. /include/json/version.h # 3. /CMakeLists.txt # IMPORTANT: also update the SOVERSION!! - version : '1.9.4', + version : '1.9.5', default_options : [ 'buildtype=release', 'cpp_std=c++11',