Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
MassChroQ
Commits
1c72cce6
Commit
1c72cce6
authored
Jan 08, 2021
by
Langella Olivier
Browse files
masschroq (2.2.27-1~buster+1) buster
parent
2879d853
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1c72cce6
...
...
@@ -137,7 +137,7 @@ message(STATUS "${BoldYellow}CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}.${ColourReset
SET
(
MASSCHROQ_MAJOR_VERSION 2
)
SET
(
MASSCHROQ_MINOR_VERSION 2
)
SET
(
MASSCHROQ_PATCH_LEVEL 2
6
)
SET
(
MASSCHROQ_PATCH_LEVEL 2
7
)
SET
(
MASSCHROQ_VERSION
"
${
MASSCHROQ_MAJOR_VERSION
}
.
${
MASSCHROQ_MINOR_VERSION
}
.
${
MASSCHROQ_PATCH_LEVEL
}
"
)
SET
(
MASSCHROQ_LIB_NAME
"masschroq"
)
...
...
@@ -146,7 +146,7 @@ SET (MASSCHROQ_LIB_SOVERSION ${MASSCHROQ_MAJOR_VERSION})
SET
(
MASSCHROQ_SCHEMA_VERSION
"
${
MASSCHROQ_MAJOR_VERSION
}
.2"
)
#SET (masschroq_BINARY_DIR "bin")
SET
(
VERSION 2.2.2
6
)
SET
(
VERSION 2.2.2
7
)
# We want C++17
...
...
debian/changelog
View file @
1c72cce6
masschroq (2.2.27-1~buster+1) buster; urgency=medium
* double chance algorithm disabled by default in any matching mode
-- Olivier Langella <olivier.langella@u-psud.fr> Fri, 08 Jan 2021 11:20:12 +0100
masschroq (2.2.26-1~buster+1) buster; urgency=medium
* double chance algorithm disabled by default
...
...
src/config.h
View file @
1c72cce6
...
...
@@ -2,7 +2,7 @@
#define _CONFIG_H
#define SOFTWARE_NAME "MassChroQ"
#define MASSCHROQ_VERSION "2.2.2
6
"
#define MASSCHROQ_VERSION "2.2.2
7
"
#define MASSCHROQ_XSD "masschroq-2.2.xsd"
#define MASSCHROQ_SCHEMA_VERSION "2.2"
#define MASSCHROQ_SCHEMA_FILE \
...
...
templates/share/applications/masschroq-gui.desktop
View file @
1c72cce6
[Desktop Entry]
Name=MassChroQ GUI 2.2.2
6
Name=MassChroQ GUI 2.2.2
7
Categories=Education;Science;Math;
Comment=MassChroQ GUI launcher
Exec=masschroq_gui %U
...
...
templates/share/applications/masschroq-studio.desktop
View file @
1c72cce6
[Desktop Entry]
Name=MassChroQ Studio 2.2.2
6
Name=MassChroQ Studio 2.2.2
7
Categories=Education;Science;Math;
Comment=MassChroQ parameters editor
Exec=masschroq_studio %U
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment