aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2023-06-27 16:34:23 +0900
committerMITSUNARI Shigeo <[email protected]>2023-06-27 16:34:23 +0900
commitba3db4730f2f9557559ec360152b71a7b57527c6 (patch)
treeeef685f7e6f93cc1cd34a674c3503ce1060207cf /meson.build
parentc0d7a704f7ee1d8b61c01917d28eb530c7ab3f93 (diff)
downloadxbyak-ba3db4730f2f9557559ec360152b71a7b57527c6.tar.gz
xbyak-ba3db4730f2f9557559ec360152b71a7b57527c6.zip
update version
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 707da4e..53afa96 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.69.1',
+ version: '6.69.2',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)