diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-06-15 06:36:25 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-06-15 06:36:25 +0900 |
commit | 913099fc80e80f01fc0877c6016b9dd8cf1f0322 (patch) | |
tree | b19be34ad2c87f2dfad5822684816722505c8fc9 /meson.build | |
parent | d3910abbe2dcefdbaba2664ca296bdaec609390e (diff) | |
download | xbyak-913099fc80e80f01fc0877c6016b9dd8cf1f0322.tar.gz xbyak-913099fc80e80f01fc0877c6016b9dd8cf1f0322.zip |
v6.60.1v6.60.1
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 63d9310..7572e8d 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.60', + version: '6.60.1', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |