aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-05-20 17:54:37 +0900
committerMITSUNARI Shigeo <[email protected]>2022-05-20 17:54:37 +0900
commitc88007b03e9eaac2d1671e61202f3272f24099c9 (patch)
treea720d88acc8a6c9f2fd09912f7fa1d7e99f78230 /meson.build
parent4cb2e77a92919a2753b4f02de205303433fcca2e (diff)
downloadxbyak-c88007b03e9eaac2d1671e61202f3272f24099c9.tar.gz
xbyak-c88007b03e9eaac2d1671e61202f3272f24099c9.zip
update docv6.052
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 494a053..b4a31f7 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.051',
+ version: '6.052',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)