diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-07-27 12:34:46 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-07-27 12:34:46 +0900 |
commit | 8980934c119bac6a20d784d0192e0759b1e63328 (patch) | |
tree | 807584759ad23942907ce3f28a6e64e0238c7291 /meson.build | |
parent | 76292b310b4ae665dc6cd6a674797ad1a5e1a2bf (diff) | |
download | xbyak-8980934c119bac6a20d784d0192e0759b1e63328.tar.gz xbyak-8980934c119bac6a20d784d0192e0759b1e63328.zip |
v6.71
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 325cdc5..dbe4d25 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.70', + version: '6.71', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |