aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-11-30 15:14:28 +0900
committerMITSUNARI Shigeo <[email protected]>2022-11-30 15:14:28 +0900
commit1efe9fe7cbdb1fea02aa0d144a23480a8edafa1f (patch)
tree009b1e6b9baf3257b92472ad61de3751ebd8b2a9 /meson.build
parentb5ac7b0f0a71dbb8d1adbbf3c1c0ec88df458531 (diff)
parentbb70083e64665cd66ce3eb10be080f4eb47f4290 (diff)
downloadxbyak-6.67.tar.gz
xbyak-6.67.zip
Merge branch 'dev'v6.67
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 f296532..b712c71 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.66',
+ version: '6.67',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)