diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-04-22 15:31:49 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-04-22 15:31:49 +0900 |
commit | f7bfc263457132408de1337a864e06ddb3c310ba (patch) | |
tree | 3482ddebcc05e1570298073d9a6a2a79ce0493d3 /meson.build | |
parent | ab4e52d67435fc1ed7f8fb7caf67036f1cc9dfcc (diff) | |
download | xbyak-f7bfc263457132408de1337a864e06ddb3c310ba.tar.gz xbyak-f7bfc263457132408de1337a864e06ddb3c310ba.zip |
v6.041
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 653c1ff..065f2fa 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.04', + version: '6.041', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |