aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-06-01 10:51:06 +0900
committerMITSUNARI Shigeo <[email protected]>2022-06-01 10:51:06 +0900
commit9357732aa2aa3cf97809027596dfa5c61d1515b2 (patch)
treedca0a37262bdc90d07e357e1d12f3285b58877b1 /meson.build
parentb161a3eb73895d711d448f148eac0e26719c3602 (diff)
downloadxbyak-9357732aa2aa3cf97809027596dfa5c61d1515b2.tar.gz
xbyak-9357732aa2aa3cf97809027596dfa5c61d1515b2.zip
v6.06v6.06
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 b4a31f7..38d2430 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.052',
+ version: '6.06',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)