Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
groupingprotein
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PAPPSO
groupingprotein
Commits
895d64c2
Commit
895d64c2
authored
9 years ago
by
Olivier Langella
Browse files
Options
Downloads
Patches
Plain Diff
grouping-protein (0.2.2-1) jessie
parent
c38259a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
src/cpp/libgroupingprotein/gp_lib_config.h
+1
-1
1 addition, 1 deletion
src/cpp/libgroupingprotein/gp_lib_config.h
with
8 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
895d64c2
...
...
@@ -17,7 +17,7 @@ PROJECT(groupingprotein CXX C)
SET
(
GP_MAJOR_VERSION 0
)
SET
(
GP_MINOR_VERSION 2
)
SET
(
GP_PATCH_LEVEL
1
)
SET
(
GP_PATCH_LEVEL
2
)
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")
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
895d64c2
grouping-protein (0.2.2-1) jessie; urgency=medium
* write new XML element psimod in the masschroqml files
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 27 Nov 2015 09:48:58 +0100
grouping-protein (0.2.1-11) jessie; urgency=medium
* package for Jessie
...
...
This diff is collapsed.
Click to expand it.
src/cpp/libgroupingprotein/gp_lib_config.h
+
1
−
1
View file @
895d64c2
#ifndef _CONFIG_H
#define _CONFIG_H
#define GP_VERSION "0.2.
1
"
#define GP_VERSION "0.2.
2
"
#define QT_V_4_5 0x040500
#define QT_V_4_6 0x040600
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment