diff --git a/CMakeLists.txt b/CMakeLists.txt index 55f3a35c4942b007915a6d062200651c11cde40f..23390595d3450c80e328454e63c3e6748a0ed630 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ ENDIF( CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo" ) set(CMAKE_CXX_STANDARD 14) #depending on libpappsomspp version : -SET(LIBPAPPSOMSPP_VERSION "0.3.0-2") +SET(LIBPAPPSOMSPP_VERSION "0.3.0-3") configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control @ONLY) @@ -41,7 +41,7 @@ SET(SOFTWARE_NAME "XTPcpp") SET(XTPCPP_VERSION_MAJOR "0") SET(XTPCPP_VERSION_MINOR "2") -SET(XTPCPP_VERSION_PATCH "3") +SET(XTPCPP_VERSION_PATCH "4") SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}") # Set the CMAKE_PREFIX_PATH for the find_library fonction when using non diff --git a/debian/changelog b/debian/changelog index 772a5c1f34e796825436fe0ee488b50234bba422..5faed3e12cbac5a4d3787e671f257472dae4c369 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xtpcpp (0.2.4-1) stretch; urgency=medium + + * new peptide widget + + -- Olivier Langella <olivier.langella@u-psud.fr> Wed, 03 Jan 2018 11:44:36 +0100 + xtpcpp (0.2.3-2) stretch; urgency=medium * new mass delta, new FDR, new histogram