Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xtpcpp
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
xtpcpp
Commits
3c4df3b7
Commit
3c4df3b7
authored
4 years ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
xtpcpp (0.4.2-1) buster
parent
34c12210
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-2
3 additions, 2 deletions
CMakeLists.txt
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
with
9 additions
and
2 deletions
CMakeLists.txt
+
3
−
2
View file @
3c4df3b7
...
...
@@ -136,9 +136,9 @@ set(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}")
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"
1
"
)
set
(
XTPCPP_VERSION_PATCH
"
2
"
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
set
(
VERSION 0.4.
1
)
set
(
VERSION 0.4.
2
)
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
# standard install location
...
...
@@ -199,6 +199,7 @@ set(CPACK_SOURCE_IGNORE_FILES
"debian/debhelper
\\\\
.log"
"build/"
"cbuild/"
"wbuild/"
"Core.tag"
"Testing"
"build-stamp"
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
3c4df3b7
xtpcpp (0.4.2-1) buster; urgency=medium
* fix for issue #26 : bug in compar specific unique sequence sheet
-- Olivier Langella <olivier.langella@u-psud.fr> Wed, 02 Sep 2020 09:14:53 +0200
xtpcpp (0.4.1-1) buster; urgency=medium
* better PTM support
...
...
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