aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-01-03 20:10:46 +0900
committerMITSUNARI Shigeo <[email protected]>2024-01-03 20:10:46 +0900
commit0b3f360eb6ae894ab370f014f46e5a324a2023b1 (patch)
treeaeb20b28b913b4fcb1d3f5b48eef04c4b6b63192 /meson.build
parent66f22b7a4ee860b2a78863f87f155c001eff9238 (diff)
downloadxbyak-0b3f360eb6ae894ab370f014f46e5a324a2023b1.tar.gz
xbyak-0b3f360eb6ae894ab370f014f46e5a324a2023b1.zip
v7.05
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 b184932..dbe4e8a 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@
project(
'xbyak',
'cpp',
- version: '7.04',
+ version: '7.05',
license: 'BSD-3-Clause',
default_options: 'b_ndebug=if-release'
)