aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-08-29 09:52:41 +0900
committerMITSUNARI Shigeo <[email protected]>2024-08-29 09:53:52 +0900
commitfd77bc7e00d2af3ad119c98f4d7829632dd9a894 (patch)
treee95abba0bcb3771408e9539b7f1b6be7a773c202 /meson.build
parent38e5e7b93197de8a73f053cd4bb7acb865e5040b (diff)
downloadxbyak-fd77bc7e00d2af3ad119c98f4d7829632dd9a894.tar.gz
xbyak-fd77bc7e00d2af3ad119c98f4d7829632dd9a894.zip
v7.07.1
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 11458fd..f53bea2 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '7.07',
+ version: '7.07.1',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)