meson: fix version numbers

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-07-24 07:37:41 +01:00
parent 87087ded64
commit 7ee487cc61
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
project('json-c', 'c', version: '0.18.99',
project('json-c', 'c', version: '0.19.99',
meson_version: '>=0.54.0',
license: 'MIT',
default_options: ['buildtype=release', 'warning_level=2'])
@@ -272,7 +272,7 @@ libjson = library('json-c',
dependencies: libjson_deps,
install: true,
link_args: sym,
version: '5.4.0',
version: '5.5.0',
soversion: '5',
)