aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2023-02-20 14:06:59 +0900
committerMITSUNARI Shigeo <[email protected]>2023-02-20 14:07:43 +0900
commitdc048a04cb9923d9f9a5d0910e4f0556f7557289 (patch)
tree2a0f7162d6a9b5dfd4f5dbd259003d224709358d /meson.build
parentad0dfffd29e1e99e3f9b7aae575dc901cd67b56d (diff)
downloadxbyak-dc048a04cb9923d9f9a5d0910e4f0556f7557289.tar.gz
xbyak-dc048a04cb9923d9f9a5d0910e4f0556f7557289.zip
v6.69
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 9daaa8f..53cabfd 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.68',
+ version: '6.69',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)