From 3e9bba19e217efb1b81db31a0a9ede2c546f9ad1 Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Mon, 9 Jul 2018 13:39:29 +0200 Subject: [PATCH] xtpcpp (0.2.19-1) stretch --- CMakeLists.txt | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c078befd..826aedef4 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 "18") +SET(XTPCPP_VERSION_PATCH "19") 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 37b60f83d..4b71a3e0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xtpcpp (0.2.19-1) stretch; urgency=medium + + * fix in mzidentml reader and pepxml reader to be able to load files + from MSfragger + + -- Olivier Langella <olivier.langella@u-psud.fr> Mon, 09 Jul 2018 13:36:40 +0200 + xtpcpp (0.2.18-1) stretch; urgency=medium * pepxml support -- GitLab