aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2023-07-27 12:34:46 +0900
committerMITSUNARI Shigeo <[email protected]>2023-07-27 12:34:46 +0900
commit8980934c119bac6a20d784d0192e0759b1e63328 (patch)
tree807584759ad23942907ce3f28a6e64e0238c7291 /meson.build
parent76292b310b4ae665dc6cd6a674797ad1a5e1a2bf (diff)
downloadxbyak-8980934c119bac6a20d784d0192e0759b1e63328.tar.gz
xbyak-8980934c119bac6a20d784d0192e0759b1e63328.zip
v6.71
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 325cdc5..dbe4d25 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.70',
+ version: '6.71',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)