diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-06-27 16:34:23 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-06-27 16:34:23 +0900 |
commit | ba3db4730f2f9557559ec360152b71a7b57527c6 (patch) | |
tree | eef685f7e6f93cc1cd34a674c3503ce1060207cf /meson.build | |
parent | c0d7a704f7ee1d8b61c01917d28eb530c7ab3f93 (diff) | |
download | xbyak-ba3db4730f2f9557559ec360152b71a7b57527c6.tar.gz xbyak-ba3db4730f2f9557559ec360152b71a7b57527c6.zip |
update version
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 707da4e..53afa96 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.69.1', + version: '6.69.2', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |