aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2023-12-28 20:42:12 +0900
committerMITSUNARI Shigeo <[email protected]>2023-12-28 20:42:12 +0900
commitc0888cc45fc275ad7ea5850eda8383d0ac381c37 (patch)
treef6ff3fd0e3f3fe0d86e375f7bb9e57f7bd46202f /meson.build
parent7d9c828354e33df4a769de022d04493e7fa65415 (diff)
downloadxbyak-c0888cc45fc275ad7ea5850eda8383d0ac381c37.tar.gz
xbyak-c0888cc45fc275ad7ea5850eda8383d0ac381c37.zip
v7.04
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 abe46f8..b184932 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '7.03',
+ version: '7.04',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)