aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-04-22 15:31:49 +0900
committerMITSUNARI Shigeo <[email protected]>2022-04-22 15:31:49 +0900
commitf7bfc263457132408de1337a864e06ddb3c310ba (patch)
tree3482ddebcc05e1570298073d9a6a2a79ce0493d3 /meson.build
parentab4e52d67435fc1ed7f8fb7caf67036f1cc9dfcc (diff)
downloadxbyak-f7bfc263457132408de1337a864e06ddb3c310ba.tar.gz
xbyak-f7bfc263457132408de1337a864e06ddb3c310ba.zip
v6.041
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 653c1ff..065f2fa 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.04',
+ version: '6.041',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)