aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-06-11 17:00:40 +0900
committerMITSUNARI Shigeo <[email protected]>2024-06-11 17:00:40 +0900
commitb536ef6482376f3eb7105cbb461426e14219af3f (patch)
treec499e6e559e063b698fa80d40bd1ae00c4df2806 /meson.build
parente1e3a1369ed620cea8ba3fffa28760de5cd64b7a (diff)
downloadxbyak-b536ef6482376f3eb7105cbb461426e14219af3f.tar.gz
xbyak-b536ef6482376f3eb7105cbb461426e14219af3f.zip
v7.07
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 f523c15..6a04b92 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '7.06',
+ version: '7.07',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)