diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-02-11 10:26:03 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-02-11 10:26:03 +0900 |
commit | 63e6ee92cc906a3dbf6b333b2fd51ac1ca95f891 (patch) | |
tree | e0c6192464837250c8e77aeac1c9abcc6eba42b2 /meson.build | |
parent | 021e70c97fb183161cb56b540806f2d0a9df590a (diff) | |
download | xbyak-63e6ee92cc906a3dbf6b333b2fd51ac1ca95f891.tar.gz xbyak-63e6ee92cc906a3dbf6b333b2fd51ac1ca95f891.zip |
v7.05.1v7.05.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 dbe4e8a..9e82420 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '7.05', + version: '7.05.1', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |