From f1d919ecc5053b295976041359fe7884f1a608ba Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Mon, 26 Nov 2018 15:34:39 +0100 Subject: [PATCH] xtpcpp (0.2.28-1) stretch; urgency=medium --- CMakeLists.txt | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 538cfb1cd..0543c07a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ SET(SOFTWARE_NAME "X!TandemPipeline") SET(XTPCPP_VERSION_MAJOR "0") SET(XTPCPP_VERSION_MINOR "2") -SET(XTPCPP_VERSION_PATCH "27") +SET(XTPCPP_VERSION_PATCH "28") 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 77c97eacb..d8967f3b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xtpcpp (0.2.28-1) stretch; urgency=medium + + * improved mascot dat parser + * ability to choose TSV as export file format + * icon added for Windows + * more checks on tandem binary path + * dependency added on package tandem-mass + + -- Olivier Langella <olivier.langella@u-psud.fr> Mon, 26 Nov 2018 15:29:21 +0100 + xtpcpp (0.2.27-1) stretch; urgency=medium * look for sequence LI -- GitLab