aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-03-08 13:35:40 +0900
committerMITSUNARI Shigeo <[email protected]>2022-03-08 13:35:40 +0900
commit31b7cd35013d9b412f63fbd9a65d5ca8a48afc68 (patch)
tree6718f0ed8f4c134b9c409119b12fc7bae72924cd /meson.build
parenta2f9ed085a02243b5838bfb30b54c000ab6e5df3 (diff)
downloadxbyak-31b7cd35013d9b412f63fbd9a65d5ca8a48afc68.tar.gz
xbyak-31b7cd35013d9b412f63fbd9a65d5ca8a48afc68.zip
v6.03
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 a29dff6..94ed527 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.02',
+ version: '6.03',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)