meson.build: fix the version number (#1432)

Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com>
This commit is contained in:
Rudi Heitbaum 2024-09-10 13:09:10 +10:00 committed by GitHub
parent 162ead383d
commit 99e8ca69b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ project(
# 2. /include/json/version.h # 2. /include/json/version.h
# 3. /CMakeLists.txt # 3. /CMakeLists.txt
# IMPORTANT: also update the SOVERSION!! # IMPORTANT: also update the SOVERSION!!
version : '1.9.4', version : '1.9.5',
default_options : [ default_options : [
'buildtype=release', 'buildtype=release',
'cpp_std=c++11', 'cpp_std=c++11',