diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-11-22 09:03:08 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-11-22 09:03:08 +0900 |
commit | a157092711a23d16e693b0d31450ed99a388cbb7 (patch) | |
tree | 49c600c63a7f6e20aec206f24467ffc7583da830 /meson.build | |
parent | 3b83aab3e450fb7a96dbb815934442df694e022a (diff) | |
download | xbyak-a157092711a23d16e693b0d31450ed99a388cbb7.tar.gz xbyak-a157092711a23d16e693b0d31450ed99a388cbb7.zip |
v6.65
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 d9e89ac..971126b 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.64', + version: '6.65', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |