From 6769a3b3ad1038ec0f4116794de5b1eba03ded16 Mon Sep 17 00:00:00 2001
From: Olivier Langella <olivier.langella@u-psud.fr>
Date: Wed, 15 Nov 2017 13:04:48 +0100
Subject: [PATCH] xtpcpp (0.1.23-1) stretch

---
 CMakeLists.txt   | 2 +-
 debian/changelog | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a616cd74..3065fb150 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ SET(SOFTWARE_NAME "XTPcpp")
 
 SET(XTPCPP_VERSION_MAJOR "0")
 SET(XTPCPP_VERSION_MINOR "1")
-SET(XTPCPP_VERSION_PATCH "22")
+SET(XTPCPP_VERSION_PATCH "23")
 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 3fb880a7b..0943b2310 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xtpcpp (0.1.23-1) stretch; urgency=medium
+
+  * better ODS and XPIP file
+  * compute mass and number of tryptic
+    peptides on non regular protein sequences
+
+ -- Olivier Langella <olivier.langella@u-psud.fr>  Wed, 15 Nov 2017 12:57:36 +0100
+
 xtpcpp (0.1.22-2) stretch; urgency=medium
 
   * HTCondor parameter edition
-- 
GitLab