diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-12-07 16:56:05 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-12-07 16:56:05 +0900 |
commit | 5f4ba971f0293882dafd8336a6f3f7727f75a4ed (patch) | |
tree | 90f4aead88be17b02758969ce667a40c4bda4ee0 /meson.build | |
parent | cac2c175fb2831d724f5959b17605e450aa5765d (diff) | |
download | xbyak-5f4ba971f0293882dafd8336a6f3f7727f75a4ed.tar.gz xbyak-5f4ba971f0293882dafd8336a6f3f7727f75a4ed.zip |
v6.68
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 b712c71..9daaa8f 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.67', + version: '6.68', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |