[glib/wip/meson: 18/53] meson: Match soname version of autotools
- From: Tim-Philipp Müller <tpm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/meson: 18/53] meson: Match soname version of autotools
- Date: Sat, 13 May 2017 14:08:57 +0000 (UTC)
commit 35769a93d05372bd9ba5d1429ed0fb85168fc7d9
Author: Patrick Griffis <tingping tingping se>
Date: Tue Dec 6 10:14:57 2016 -0500
meson: Match soname version of autotools
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1ecf6f0..139dd91 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ micro_version = version_arr[2]
soversion = 0
# Maintain compatibility with previous libtool versioning
# current = minor * 100 + micro
-library_version = '@0@.@1@.0'.format(soversion, minor_version.to_int() * 100 + micro_version.to_int())
+library_version = '@0@.@1@.@2@'.format(soversion, minor_version.to_int() * 100, micro_version.to_int())
configinc = include_directories('.')
glibinc = include_directories('glib')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]