Skip to content

Commit 99e8ca6

Browse files
heitbaumbaylesj
andauthored
meson.build: fix the version number (#1432)
Co-authored-by: Jordan Bayles <[email protected]>
1 parent 162ead3 commit 99e8ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(
99
# 2. /include/json/version.h
1010
# 3. /CMakeLists.txt
1111
# IMPORTANT: also update the SOVERSION!!
12-
version : '1.9.4',
12+
version : '1.9.5',
1313
default_options : [
1414
'buildtype=release',
1515
'cpp_std=c++11',

0 commit comments

Comments
 (0)