Blob Blame History Raw
diff -up miniupnpc-1.6/CMakeLists.txt.orig miniupnpc-1.6/CMakeLists.txt
--- miniupnpc-1.6/CMakeLists.txt.orig	2012-04-28 17:53:32.752324825 -0300
+++ miniupnpc-1.6/CMakeLists.txt	2012-04-28 17:53:48.910325385 -0300
@@ -116,7 +116,6 @@ endif (UPNPC_BUILD_STATIC)
 if (UPNPC_BUILD_SHARED)
   add_library (upnpc-shared SHARED ${MINIUPNPC_SOURCES})
   set_target_properties (upnpc-shared PROPERTIES OUTPUT_NAME "miniupnpc")
-  set_target_properties (upnpc-shared PROPERTIES VERSION ${MINIUPNPC_VERSION})
   set_target_properties (upnpc-shared PROPERTIES SOVERSION ${MINIUPNPC_API_VERSION})
   target_link_libraries (upnpc-shared ${LDLIBS})
   set (UPNPC_INSTALL_TARGETS ${UPNPC_INSTALL_TARGETS} upnpc-shared)