summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-08-20 15:57:57 +0200
committerChristian Hergert <christian@hergert.me>2019-08-20 14:20:22 +0000
commite0e543cdbbe109be9a76c4f66f617836ab8af994 (patch)
tree78e6d883c95d71b7d1071f4d31f7c7f32031001e /meson.build
parente3de9b722a7b6365d5191bdbda4349a1ea8d6722 (diff)
downloadlibpeas-e0e543cdbbe109be9a76c4f66f617836ab8af994.tar.gz
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. Fixes: https://gitlab.gnome.org/GNOME/libpeas/issues/31
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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(