[libpeas/wip/kalev/soname] build: Use the same soname as 1.22.x
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas/wip/kalev/soname] build: Use the same soname as 1.22.x
- Date: Tue, 20 Aug 2019 13:59:00 +0000 (UTC)
commit 784743e5e7a11b47d0495582044f89bb703f5e78
Author: Kalev Lember <klember redhat com>
Date: Tue Aug 20 15:57:57 2019 +0200
build: Use the same soname as 1.22.x
The switch to meson inadvertently bumped soname. Switch it back to what
it was with the autotools build.
https://gitlab.gnome.org/GNOME/libpeas/issues/31
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index d4a481c..ddd0283 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ endif
# Compatibility with libtool versioning:
# current = minor * 100 + micro - interface
# revision = interface
-lib_version_soversion = version_major
+lib_version_soversion = 0
lib_version_current = version_minor * 100 + version_micro - interface_age
lib_version_revision = interface_age
lib_version = '@0@.@1@.@2@'.format(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]