08a96c8
diff -up miniupnpc-1.9/CMakeLists.txt.orig miniupnpc-1.9/CMakeLists.txt
08a96c8
--- miniupnpc-1.9/CMakeLists.txt.orig	2014-04-16 00:27:30.652100530 -0300
08a96c8
+++ miniupnpc-1.9/CMakeLists.txt	2014-04-16 00:27:59.441101633 -0300
7e21e45
@@ -117,7 +117,6 @@ endif (UPNPC_BUILD_STATIC)
2f7408e
 if (UPNPC_BUILD_SHARED)
2f7408e
   add_library (upnpc-shared SHARED ${MINIUPNPC_SOURCES})
2f7408e
   set_target_properties (upnpc-shared PROPERTIES OUTPUT_NAME "miniupnpc")
2f7408e
-  set_target_properties (upnpc-shared PROPERTIES VERSION ${MINIUPNPC_VERSION})
2f7408e
   set_target_properties (upnpc-shared PROPERTIES SOVERSION ${MINIUPNPC_API_VERSION})
2f7408e
   target_link_libraries (upnpc-shared ${LDLIBS})
2f7408e
   set (UPNPC_INSTALL_TARGETS ${UPNPC_INSTALL_TARGETS} upnpc-shared)