We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5652744 commit 551c5b6Copy full SHA for 551c5b6
src/meson.build
@@ -44,14 +44,10 @@ version_cpp = vcs_tag(command : version_cmd,
44
45
pisp_sources += version_cpp
46
47
-# Label the .so with x.y versioning from the project.
48
-v = meson.project_version().split('.')
49
-soversion = v[0] + '.' + v[1]
50
-
51
libpisp = library(
52
meson.project_name(),
53
pisp_sources,
54
- soversion : soversion,
+ soversion : meson.project_version(),
55
include_directories : include_directories(inc_dirs),
56
name_prefix : '',
57
install : true,
0 commit comments