summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2021-03-26 09:00:47 +0200
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2021-03-26 09:00:47 +0200
commit5afc8d918f2c084acd65027604868dfde43395cf (patch)
treecde635e5793ec5188b20da2c8a54a56747f2a334 /meson.build
parent52a534d024c824c9359b3b9ea605f4fbb719f1f8 (diff)
Add so version numbers to libraries
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cdc8cab..1325a3f 100644
--- a/meson.build
+++ b/meson.build
@@ -2,6 +2,7 @@ project('kms++', 'cpp',
default_options : [
'cpp_std=c++17',
],
+ version: '0.0.0',
)
cpp = meson.get_compiler('cpp')