summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@ocrete.ca>2023-01-06 13:31:45 -0500
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2023-01-06 13:32:20 -0500
commit64c9a79cc5c93fb394132781cdfac1a1c33f9ba2 (patch)
treeb6d3e68684f64d03555d2b026b1878e73b83b40f
parentde03be449b6c502e151a07e611bdedbc8fb35915 (diff)
downloadlibnice-64c9a79cc5c93fb394132781cdfac1a1c33f9ba2.tar.gz
version: When set nano 0 to be a string
Setting it as a int makes meson abort.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 609dc47..9991b0f 100644
--- a/meson.build
+++ b/meson.build
@@ -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