Skip to content

Commit 3fa4f8a

Browse files
lovelljcupitt
authored andcommitted
Revert "Use release version for C++ shared library SONAME"
This reverts commit 13ceb78.
1 parent 5efd31c commit 3fa4f8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cplusplus/meson.build

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ libvips_cpp_lib = library('vips-cpp',
88
'VError.cpp',
99
dependencies: libvips_dep,
1010
include_directories: libvips_cpp_includedir,
11-
version: meson.project_version(),
12-
darwin_versions: meson.project_version(),
13-
soversion: (library_current - library_age).to_string() + '.' + meson.project_version(),
11+
version: library_version,
12+
darwin_versions: darwin_versions,
1413
gnu_symbol_visibility: 'hidden',
1514
install: true,
1615
)

0 commit comments

Comments
 (0)