aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-11-22 09:03:08 +0900
committerMITSUNARI Shigeo <[email protected]>2022-11-22 09:03:08 +0900
commita157092711a23d16e693b0d31450ed99a388cbb7 (patch)
tree49c600c63a7f6e20aec206f24467ffc7583da830 /meson.build
parent3b83aab3e450fb7a96dbb815934442df694e022a (diff)
downloadxbyak-a157092711a23d16e693b0d31450ed99a388cbb7.tar.gz
xbyak-a157092711a23d16e693b0d31450ed99a388cbb7.zip
v6.65
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 d9e89ac..971126b 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.64',
+ version: '6.65',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)