From 6ad853d2121b45b526c5bd633c2651a79b6c9ac8 Mon Sep 17 00:00:00 2001 From: Olivier Langella <Olivier.Langella@moulon.inra.fr> Date: Wed, 3 May 2017 10:32:58 +0200 Subject: [PATCH] xtpcpp (0.1.6-1) jessie --- CMakeLists.txt | 2 +- debian/changelog | 18 ++++++++++++++++++ .../identificationdatasource.cpp | 1 + 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff0eceaae..1d59a1c84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ SET(SOFTWARE_NAME "XTPcpp") SET(XTPCPP_VERSION_MAJOR "0") SET(XTPCPP_VERSION_MINOR "1") -SET(XTPCPP_VERSION_PATCH "4") +SET(XTPCPP_VERSION_PATCH "6") 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 f32429f56..81267c341 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +xtpcpp (0.1.6-1) jessie; urgency=medium + + * new ODS sheet in outputs + + -- Olivier Langella <Olivier.Langella@moulon.inra.fr> Wed, 03 May 2017 10:28:25 +0200 + +xtpcpp (0.1.5-2) jessie; urgency=medium + + * new export options + + -- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 28 Apr 2017 10:30:20 +0200 + +xtpcpp (0.1.5-1) jessie; urgency=medium + + * new export options + + -- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 28 Apr 2017 10:18:20 +0200 + xtpcpp (0.1.4-1) jessie; urgency=medium * FASTA export diff --git a/src/core/identification_sources/identificationdatasource.cpp b/src/core/identification_sources/identificationdatasource.cpp index 700120388..0b57d6454 100644 --- a/src/core/identification_sources/identificationdatasource.cpp +++ b/src/core/identification_sources/identificationdatasource.cpp @@ -20,6 +20,7 @@ * Contributors: * Olivier Langella <Olivier.Langella@moulon.inra.fr> - initial API and implementation ******************************************************************************/ + #include "identificationdatasource.h" #include "identificationxtandemfile.h" #include <pappsomspp/pappsoexception.h> -- GitLab