Commit 64c9a79c authored by Olivier Crête's avatar Olivier Crête

version: When set nano 0 to be a string

Setting it as a int makes meson abort.
parent de03be44
......@@ -11,7 +11,7 @@ version_micro = version_arr[2]
if version_arr.length() == 4
version_nano = version_arr[3]
else
version_nano = 0
version_nano = '0'
endif
# maintain compatibility with the previous libtool versioning
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment