diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-08-02 11:02:59 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-08-02 11:02:59 +0900 |
commit | f7cae7f11076489e13d2efaabd336a6fe074371f (patch) | |
tree | 12edad5a67300daa2831bd4295d7da2966d9d8ad /meson.build | |
parent | 6f5ec5cf3ba55bb529b096791328cae3bf6f2f49 (diff) | |
download | xbyak-f7cae7f11076489e13d2efaabd336a6fe074371f.tar.gz xbyak-f7cae7f11076489e13d2efaabd336a6fe074371f.zip |
v6.61.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 73282e1..02c18f3 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.61', + version: '6.61.1', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |