From 31524104f08d4a87129448d12768bdf2f31835f6 Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Sat, 2 Jun 2018 18:11:18 +0200 Subject: [PATCH] xtpcpp (0.2.17-1) stretch --- CMakeLists.txt | 4 ++-- debian/changelog | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7f437c15..abbbf153b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ else () endif () #depending on libpappsomspp version : -SET(LIBPAPPSOMSPP_VERSION "0.4.1-1") +SET(LIBPAPPSOMSPP_VERSION "0.4.2-1") configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control @ONLY) @@ -56,7 +56,7 @@ SET(SOFTWARE_NAME "XTPcpp") SET(XTPCPP_VERSION_MAJOR "0") SET(XTPCPP_VERSION_MINOR "2") -SET(XTPCPP_VERSION_PATCH "16") +SET(XTPCPP_VERSION_PATCH "17") 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 bb4199319..518f2ecf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xtpcpp (0.2.17-1) stretch; urgency=medium + + * new window to edit detection parameters + * new PAPPSO library API to + read MS run files + + -- Olivier Langella <olivier.langella@u-psud.fr> Sat, 02 Jun 2018 18:09:53 +0200 + xtpcpp (0.2.16-3) stretch; urgency=medium * fix masschroq out put msrun reference -- GitLab