diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-03-07 17:18:54 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-03-07 17:18:54 +0900 |
commit | fc183427e852a70fb98add1ba640020a53034bb0 (patch) | |
tree | 1d60242311a54998ac5fe10df7de1ab128247e07 /meson.build | |
parent | 487a6d14c59e7601901eae2ae49ebb6ba22ef672 (diff) | |
download | xbyak-fc183427e852a70fb98add1ba640020a53034bb0.tar.gz xbyak-fc183427e852a70fb98add1ba640020a53034bb0.zip |
v7.06v7.06
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 e5a7c3d..dfecf17 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '7.05.1', + version: '7.06', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |