diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-30 06:39:15 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-30 06:39:15 +0900 |
commit | 97b66116ffd26fdbbe27cb6b56236e7078dbd3a0 (patch) | |
tree | 75b388c9f93df2ab1336a6d3f28d06207844157c /meson.build | |
parent | cf209c915b849141ed9821fea883fd04bcc34859 (diff) | |
parent | 565ad4e809c1aa80e295613347420812b3b5ac1a (diff) | |
download | xbyak-97b66116ffd26fdbbe27cb6b56236e7078dbd3a0.tar.gz xbyak-97b66116ffd26fdbbe27cb6b56236e7078dbd3a0.zip |
Merge branch 'dev'v7.20.1
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 b69a379..5bb3b78 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '7.20', + version: '7.20.1', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |