diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-05-12 11:16:45 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-05-12 11:16:45 +0900 |
commit | 4831b3fb3d0e10c5f22f1d62a3ffc93635a85781 (patch) | |
tree | 558953ac14d989ee3c54bd0287c6b67e9f7e98a4 /meson.build | |
parent | 9ddf251f3daf94f2666ec959a5af231a800b5d3d (diff) | |
download | xbyak-4831b3fb3d0e10c5f22f1d62a3ffc93635a85781.tar.gz xbyak-4831b3fb3d0e10c5f22f1d62a3ffc93635a85781.zip |
v6.05
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 065f2fa..da7ce84 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.041', + version: '6.05', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |