aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-10-30 06:39:15 +0900
committerMITSUNARI Shigeo <[email protected]>2024-10-30 06:39:15 +0900
commit97b66116ffd26fdbbe27cb6b56236e7078dbd3a0 (patch)
tree75b388c9f93df2ab1336a6d3f28d06207844157c /meson.build
parentcf209c915b849141ed9821fea883fd04bcc34859 (diff)
parent565ad4e809c1aa80e295613347420812b3b5ac1a (diff)
downloadxbyak-97b66116ffd26fdbbe27cb6b56236e7078dbd3a0.tar.gz
xbyak-97b66116ffd26fdbbe27cb6b56236e7078dbd3a0.zip
Merge branch 'dev'v7.20.1
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 b69a379..5bb3b78 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '7.20',
+ version: '7.20.1',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)