Skip to content

Commit 551c5b6

Browse files
xnoxnaushir
authored andcommitted
Revert "build: Update .so versioning to x.y format"
This reverts commit 2c8b00e.
1 parent 5652744 commit 551c5b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/meson.build

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,10 @@ version_cpp = vcs_tag(command : version_cmd,
4444

4545
pisp_sources += version_cpp
4646

47-
# Label the .so with x.y versioning from the project.
48-
v = meson.project_version().split('.')
49-
soversion = v[0] + '.' + v[1]
50-
5147
libpisp = library(
5248
meson.project_name(),
5349
pisp_sources,
54-
soversion : soversion,
50+
soversion : meson.project_version(),
5551
include_directories : include_directories(inc_dirs),
5652
name_prefix : '',
5753
install : true,

0 commit comments

Comments
 (0)