diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-06-06 04:55:54 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-06-06 04:55:54 +0900 |
commit | f0c522af8c7df5163664b6ad10bc0ee13053e373 (patch) | |
tree | e758ab9be217ea8b3431342ba707da116a8cd1c9 /meson.build | |
parent | 553246c164c300723ad614d1a83a7c7e10fc60d8 (diff) | |
download | xbyak-f0c522af8c7df5163664b6ad10bc0ee13053e373.tar.gz xbyak-f0c522af8c7df5163664b6ad10bc0ee13053e373.zip |
v6.60
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 38d2430..63d9310 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.06', + version: '6.60', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |