diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-12-28 20:42:12 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-12-28 20:42:12 +0900 |
commit | c0888cc45fc275ad7ea5850eda8383d0ac381c37 (patch) | |
tree | f6ff3fd0e3f3fe0d86e375f7bb9e57f7bd46202f /meson.build | |
parent | 7d9c828354e33df4a769de022d04493e7fa65415 (diff) | |
download | xbyak-c0888cc45fc275ad7ea5850eda8383d0ac381c37.tar.gz xbyak-c0888cc45fc275ad7ea5850eda8383d0ac381c37.zip |
v7.04
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 abe46f8..b184932 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '7.03', + version: '7.04', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |