File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,14 @@ add_library(modplug ${LIB_TYPE}
124
124
if (BUILD_SHARED_LIBS )
125
125
if (APPLE )
126
126
target_link_libraries (modplug -Wl,-undefined,error)
127
- target_link_libraries (modplug -Wl,-compatibility_version,2 .0.0)
128
- target_link_libraries (modplug -Wl,-current_version,2 .0.0)
127
+ target_link_libraries (modplug -Wl,-compatibility_version,3 .0.0)
128
+ target_link_libraries (modplug -Wl,-current_version,3 .0.0)
129
129
else ()
130
130
if (HAVE_NO_UNDEFINED)
131
131
target_link_libraries (modplug -Wl,--no -undefined)
132
132
endif ()
133
133
set_target_properties (modplug PROPERTIES
134
- VERSION 1.0 .0 SOVERSION 1)
134
+ VERSION 1.1 .0 SOVERSION 1)
135
135
endif ()
136
136
if (MATH_LIB)
137
137
target_link_libraries (modplug m)
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ AC_TYPE_UINT32_T
87
87
AC_TYPE_INT64_T
88
88
AC_TYPE_UINT64_T
89
89
90
- MODPLUG_LIBRARY_VERSION=1 :0:0
90
+ MODPLUG_LIBRARY_VERSION=2 :0:1
91
91
92
92
AC_SUBST ( MODPLUG_LIBRARY_VERSION )
93
93
You can’t perform that action at this time.
0 commit comments