aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-09-15 09:47:11 +0900
committerMITSUNARI Shigeo <[email protected]>2022-09-15 09:47:11 +0900
commite31961ea83b9c41f475e68c4ab587aa8099af300 (patch)
treef803f91c40c6d16abb24ddc811ef9541044571ed /meson.build
parentff4f9e65cce2cc5be4531b11d8f60c5199f28860 (diff)
downloadxbyak-e31961ea83b9c41f475e68c4ab587aa8099af300.tar.gz
xbyak-e31961ea83b9c41f475e68c4ab587aa8099af300.zip
v6.62
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 e1bdd9a..c708887 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '6.61.2',
+ version: '6.62',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)