aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-10-08 17:06:26 +0900
committerMITSUNARI Shigeo <[email protected]>2024-10-08 17:06:26 +0900
commitc68cc53d18bd7c242194d56ad276d50ff3c1ae3d (patch)
treeeb0aced6c69237ac188d74b614b0518037db3d1a /meson.build
parent1b8e34ac4a453053c13ee51dad27e5ea70b32da5 (diff)
downloadxbyak-c68cc53d18bd7c242194d56ad276d50ff3c1ae3d.tar.gz
xbyak-c68cc53d18bd7c242194d56ad276d50ff3c1ae3d.zip
v7.09v7.09
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 b5a0ce7..663c68b 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '7.08',
+ version: '7.09',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)