Blob Blame History Raw
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 6e5df60..761c45f 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -31,6 +31,8 @@ list(APPEND iqbalance_sources
 add_library(gnuradio-iqbalance SHARED ${iqbalance_sources} ${LIBOSMODSP_SOURCES})
 target_link_libraries(gnuradio-iqbalance ${Boost_LIBRARIES} ${GNURADIO_RUNTIME_LIBRARIES} ${LIBOSMODSP_LIBRARIES})
 set_target_properties(gnuradio-iqbalance PROPERTIES DEFINE_SYMBOL "gnuradio_iqbalance_EXPORTS")
+set_target_properties(gnuradio-iqbalance PROPERTIES SOVERSION 0)
+set_target_properties(gnuradio-iqbalance PROPERTIES VERSION 0.0.0)
 
 ########################################################################
 # Install built library files