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

grouping-protein (0.3.1-1) jessie

parent 29a0cf1e
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ PROJECT(groupingprotein CXX C) ...@@ -16,8 +16,8 @@ PROJECT(groupingprotein CXX C)
# Project version # Project version
SET (GP_MAJOR_VERSION 0) SET (GP_MAJOR_VERSION 0)
SET (GP_MINOR_VERSION 2) SET (GP_MINOR_VERSION 3)
SET (GP_PATCH_LEVEL 2) SET (GP_PATCH_LEVEL 1)
SET (GP_VERSION "${GP_MAJOR_VERSION}.${GP_MINOR_VERSION}.${GP_PATCH_LEVEL}") 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_VERSION "${GPF_MAJOR_VERSION}.${GPF_MINOR_VERSION}")
#SET (GPF_SCHEMA_FILE "gpf-1.0.xsd") #SET (GPF_SCHEMA_FILE "gpf-1.0.xsd")
......
grouping-protein (0.3.1-1) jessie; urgency=medium
* handler for X\!Tandem point mutations
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Mon, 14 Dec 2015 09:58:14 +0100
grouping-protein (0.2.2-1) jessie; urgency=medium grouping-protein (0.2.2-1) jessie; urgency=medium
* write new XML element psimod in the masschroqml files * write new XML element psimod in the masschroqml files
......
#ifndef _CONFIG_H #ifndef _CONFIG_H
#define _CONFIG_H #define _CONFIG_H
#define GP_VERSION "0.2.2" #define GP_VERSION "0.3.1"
#define QT_V_4_5 0x040500 #define QT_V_4_5 0x040500
#define QT_V_4_6 0x040600 #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