summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Szmigin <smidge@xsco.net>2020-09-29 22:47:19 +0100
committerAdam Szmigin <smidge@xsco.net>2020-09-29 22:47:19 +0100
commit9a41def39c2e108a425c2f57264f372f2c1134c4 (patch)
tree0488a4619bb04fa29bd7280ede8efcd2f72e4510 /meson.build
parent8b8dfd2326008e9cd477a106cf2991ebc9d9eeeb (diff)
Set `__cplusplus` correctly on MSVC under CMake
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 6017948..ea2e18d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'djinterop',
'cpp', 'c',
- version: '0.14.0',
+ version: '0.14.1',
license: 'LGPL-3.0',
default_options: ['cpp_std=c++17', 'default_library=both'])