diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-01-03 20:10:46 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-01-03 20:10:46 +0900 |
commit | 0b3f360eb6ae894ab370f014f46e5a324a2023b1 (patch) | |
tree | aeb20b28b913b4fcb1d3f5b48eef04c4b6b63192 /meson.build | |
parent | 66f22b7a4ee860b2a78863f87f155c001eff9238 (diff) | |
download | xbyak-0b3f360eb6ae894ab370f014f46e5a324a2023b1.tar.gz xbyak-0b3f360eb6ae894ab370f014f46e5a324a2023b1.zip |
v7.05
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 b184932..dbe4e8a 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '7.04', + version: '7.05', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |