diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-08-10 11:53:38 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-08-10 11:53:38 +0900 |
commit | 29cb524d199abe53245060c4eb4d0df95b10a6dc (patch) | |
tree | c1ff668bb594f35117c770118f0ae50cc4292fef /meson.build | |
parent | 1a9a0b0e112119cc3dbdaf9f2bda75db3e2d0219 (diff) | |
download | xbyak-29cb524d199abe53245060c4eb4d0df95b10a6dc.tar.gz xbyak-29cb524d199abe53245060c4eb4d0df95b10a6dc.zip |
v6.61.2
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 02c18f3..e1bdd9a 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'xbyak', 'cpp', - version: '6.61.1', + version: '6.61.2', license: 'BSD-3-Clause', default_options: 'b_ndebug=if-release' ) |