Skip to content
Snippets Groups Projects
Commit 65ed59a9 authored by Olivier Langella's avatar Olivier Langella
Browse files

grouping-protein (0.4.0-1) jessie

parent f24c3c95
No related branches found
Tags grouping-protein_0.4.0-1
No related merge requests found
......@@ -16,14 +16,14 @@ PROJECT(groupingprotein CXX C)
#depending on libpappsomspp version :
SET(LIBPAPPSOMSPP_VERSION "0.2.33-1~stretch")
SET(LIBPAPPSOMSPP_VERSION "0.2.35-1")
configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control @ONLY)
# Project version
SET (GP_MAJOR_VERSION 0)
SET (GP_MINOR_VERSION 3)
SET (GP_PATCH_LEVEL 2)
SET (GP_MINOR_VERSION 4)
SET (GP_PATCH_LEVEL 0)
SET (GP_VERSION "${GP_MAJOR_VERSION}.${GP_MINOR_VERSION}.${GP_PATCH_LEVEL}")
#SET (GPF_SCHEMA_VERSION "${GPF_MAJOR_VERSION}.${GPF_MINOR_VERSION}")
#SET (GPF_SCHEMA_FILE "gpf-1.0.xsd")
......
grouping-protein (0.4.0-1) jessie; urgency=medium
* grouping protein now uses pappsomspp library
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Thu, 27 Apr 2017 15:43:05 +0200
grouping-protein (0.3.2-1) jessie; urgency=medium
* circumvent X\!Tandem bug
......
#ifndef _CONFIG_H
#define _CONFIG_H
#define GP_VERSION "0.3.2"
#define GP_VERSION "0.4.0"
#define QT_V_4_5 0x040500
#define QT_V_4_6 0x040600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment