diff --git a/CMakeLists.txt b/CMakeLists.txt index a2f7159..3f38abf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,8 +88,8 @@ IF (WIN32) # SET_TARGET_PROPERTIES(${LOG4CPP_LIBRARY_NAME} PROPERTIES LINK_FLAGS /NODEFAULTLIB:msvcrt) ENDIF (WIN32) -SET(VERSION "2.9.0") -SET(SOVERSION "2.9") +SET(VERSION "2.10.0") +SET(SOVERSION "2.10") SET_TARGET_PROPERTIES(${LOG4CPP_LIBRARY_NAME} PROPERTIES VERSION ${VERSION} SOVERSION ${SOVERSION}) # Ensure that the full path+lib name is used in dynamic library dependencies diff --git a/manifest.xml b/manifest.xml index 5d2a58e..391bddf 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,18 +1,16 @@ - - This version of log4cpp deviates from the official release - by adding custom category factories. Orocos requires this for - setting up real-time logging. - - Stephen Roderick - Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel - Harkema, Walter Stroebel, Glenn Scott and Tony Cheung. - - LGPL v2.1 or later - http://log4cpp.sourceforge.net/ - - - + + This version of log4cpp deviates from the official release + by adding custom category factories. Orocos requires this for + setting up real-time logging. + + LGPL-2.1 or later + http://log4cpp.sourceforge.net/ - + Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung + + + + + diff --git a/package.xml b/package.xml index 640df51..dd44d12 100644 --- a/package.xml +++ b/package.xml @@ -1,25 +1,31 @@ - + + + log4cpp - 2.9.0 - + 2.10.0 + Log4cpp maintained by Orocos developers This version of log4cpp deviates from the official release by adding custom category factories. Orocos requires this for setting up real-time logging. - Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung - Orocos Developers - LGPL v2.1 or later + LGPL-2.1 or later + Orocos Developers http://log4cpp.sourceforge.net/ + Stephen Roderick + Bastiaan Bakker + Cedric Le Goater + Steve Ostlind + Marcel Harkema + Walter Stroebel + Glenn Scott + Tony Cheung + cmake - catkin - - cmake - + cmake -