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

i2masschroq (0.4.71-1~bullseye1) bullseye

parent 0c33ba30
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@ PROJECT(i2masschroq CXX)
set(i2MassChroQ_VERSION_MAJOR "0")
set(i2MassChroQ_VERSION_MINOR "4")
set(i2MassChroQ_VERSION_PATCH "70")
set(i2MassChroQ_VERSION_PATCH "71")
set(i2MassChroQ_VERSION "${i2MassChroQ_VERSION_MAJOR}.${i2MassChroQ_VERSION_MINOR}.${i2MassChroQ_VERSION_PATCH}")
set(VERSION 0.4.70)
set(VERSION 0.4.71)
# Set additional project information
set(COMPANY "pappso.org")
......@@ -20,7 +20,7 @@ set(IDENTIFIER "org.pappso")
#depending on libpappsomspp version :
set(LIBPAPPSOMSPP_VERSION "0.8.57")
set(LIBPAPPSOMSPP_VERSION "0.9.4")
set(LIBRDATA_VERSION "0~20210223+git-85757dc6")
......
i2masschroq (0.4.71-1~bullseye1) bullseye; urgency=medium
* fix MXE compilation flags
* fix xpip file selection problem
* ensure mass delta list is sorted before computing mean
* new TimsTOF polynomial solver
-- Olivier Langella <olivier.langella@u-psud.fr> Fri, 06 Jan 2023 11:00:37 +0100
i2masschroq (0.4.70-1~bullseye1) bullseye; urgency=medium
* do not produce rdata output file for MassChroQ
......
......@@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.18.25),
cmake (>= 3.12),
qtbase5-dev,
libpappsomspp-dev (>= 0.8.57),
libpappsomspp-widget-dev (>= 0.8.57),
libpappsomspp-dev (>= 0.9.4),
libpappsomspp-widget-dev (>= 0.9.4),
libodsstream-dev (>= 0.8.7),
libqt5svg5-dev,
libqcustomplot-dev (>= 2.1.0),
......
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