From 450ed1330b52e566e3dc87fd328741c5bfabed74 Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Thu, 5 Jul 2018 13:56:58 +0200 Subject: [PATCH] xtpcpp (0.2.18-1) stretch --- CMakeLists.txt | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abbbf153b..7c078befd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ SET(SOFTWARE_NAME "XTPcpp") SET(XTPCPP_VERSION_MAJOR "0") SET(XTPCPP_VERSION_MINOR "2") -SET(XTPCPP_VERSION_PATCH "17") +SET(XTPCPP_VERSION_PATCH "18") 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 518f2ecf9..37b60f83d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xtpcpp (0.2.18-1) stretch; urgency=medium + + * pepxml support + * XPIP change : each peptide is related has is own identification engine id + * better xic extractor cache by msrun + * possibility to display specific identification engine attributes (omssa, comet,msgf+...) + + -- Olivier Langella <olivier.langella@u-psud.fr> Thu, 05 Jul 2018 13:50:31 +0200 + xtpcpp (0.2.17-1) stretch; urgency=medium * new window to edit detection parameters -- GitLab