aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-12-07 16:56:05 +0900
committerMITSUNARI Shigeo <[email protected]>2022-12-07 16:56:05 +0900
commit5f4ba971f0293882dafd8336a6f3f7727f75a4ed (patch)
tree90f4aead88be17b02758969ce667a40c4bda4ee0 /meson.build
parentcac2c175fb2831d724f5959b17605e450aa5765d (diff)
downloadxbyak-5f4ba971f0293882dafd8336a6f3f7727f75a4ed.tar.gz
xbyak-5f4ba971f0293882dafd8336a6f3f7727f75a4ed.zip
v6.68
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 b712c71..9daaa8f 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.67',
+ version: '6.68',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)