diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-09-15 09:47:11 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-09-15 09:47:11 +0900 |
commit | e31961ea83b9c41f475e68c4ab587aa8099af300 (patch) | |
tree | f803f91c40c6d16abb24ddc811ef9541044571ed /meson.build | |
parent | ff4f9e65cce2cc5be4531b11d8f60c5199f28860 (diff) | |
download | xbyak-e31961ea83b9c41f475e68c4ab587aa8099af300.tar.gz xbyak-e31961ea83b9c41f475e68c4ab587aa8099af300.zip |
v6.62
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 e1bdd9a..c708887 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.61.2', + version: '6.62', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |