| commit | 99e8ca69b129ff0b65bded458404820c6a35d898 | [log] [tgz] |
|---|---|---|
| author | Rudi Heitbaum <[email protected]> | Tue Sep 10 03:09:10 2024 |
| committer | GitHub <[email protected]> | Tue Sep 10 03:09:10 2024 |
| tree | 5273ae1581e60001096746c47c7d9cf13a467918 | |
| parent | 162ead383d1fc920a01b2f333e6e69fa089c2541 [diff] |
meson.build: fix the version number (#1432) Co-authored-by: Jordan Bayles <[email protected]>
diff --git a/meson.build b/meson.build index 8070361..e6ba08c 100644 --- a/meson.build +++ b/meson.build
@@ -9,7 +9,7 @@ # 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',