Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QMEAN
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
QMEAN
Compare revisions
b50a6a504267cd204df7789ddb18fa5c8c0840bc to dbd5a9f4133a35cf29abff32ef7c6a11c7373132
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
schwede/QMEAN
Select target project
No results found
dbd5a9f4133a35cf29abff32ef7c6a11c7373132
Select Git revision
Branches
3DBeacons/container
cmake_revamp
develop
master
Tags
2.2
2.3
2.4
2.4.1
2.5.1
3.0
3.0.1
3.0.2
3.0.3
3.1.0
3.1.0-rc
3.2.0
4.0.0
4.0.0-rc
4.1.0
4.1.0-rc
4.1.0-rc2
4.1.0-rc3
4.2.0
4.2.0-rc
4.3.0
4.3.0-rc
4.3.1
4.3.1-rc
4.3.1-rc2
4.4.0
release-2.4.2
release-2.5
32 results
Swap
Target
schwede/QMEAN
Select target project
schwede/QMEAN
1 result
b50a6a504267cd204df7789ddb18fa5c8c0840bc
Select Git revision
Branches
3DBeacons/container
cmake_revamp
develop
master
Tags
2.2
2.3
2.4
2.4.1
2.5.1
3.0
3.0.1
3.0.2
3.0.3
3.1.0
3.1.0-rc
3.2.0
4.0.0
4.0.0-rc
4.1.0
4.1.0-rc
4.1.0-rc2
4.1.0-rc3
4.2.0
4.2.0-rc
4.3.0
4.3.0-rc
4.3.1
4.3.1-rc
4.3.1-rc2
4.4.0
release-2.4.2
release-2.5
32 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Update version to 4.3.1
· 4906ad6a
Studer Gabriel
authored
2 years ago
4906ad6a
Merge branch 'release-4.3.1'
· 049569a4
Studer Gabriel
authored
2 years ago
049569a4
Merge branch 'master' into develop
· dbd5a9f4
Studer Gabriel
authored
2 years ago
dbd5a9f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
doc/source/conf.py
+2
-2
2 additions, 2 deletions
doc/source/conf.py
with
4 additions
and
4 deletions
CMakeLists.txt
View file @
dbd5a9f4
...
...
@@ -12,7 +12,7 @@ cmake_policy(SET CMP0060 NEW)
set
(
QMEAN_VERSION_MAJOR 4
)
set
(
QMEAN_VERSION_MINOR 3
)
set
(
QMEAN_VERSION_PATCH
0
)
set
(
QMEAN_VERSION_PATCH
1
)
set
(
QMEAN_VERSION_STRING
${
QMEAN_VERSION_MAJOR
}
.
${
QMEAN_VERSION_MINOR
}
.
${
QMEAN_VERSION_PATCH
}
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_SOURCE_DIR
}
/cmake_support
)
...
...
@@ -74,7 +74,7 @@ set(PYTHON_MODULE_PATH "python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/si
setup_boost
()
find_package
(
OPENSTRUCTURE 2.
3
.0 REQUIRED
find_package
(
OPENSTRUCTURE 2.
4
.0 REQUIRED
COMPONENTS mol seq seq_alg mol_alg conop db
)
include_directories
(
${
Boost_INCLUDE_DIRS
}
...
...
This diff is collapsed.
Click to expand it.
doc/source/conf.py
View file @
dbd5a9f4
...
...
@@ -70,9 +70,9 @@ copyright = u'2016-2020, Gabriel Studer'
# built documents.
#
# The short X.Y version.
release
=
'
4.3.
0
'
release
=
'
4.3.
1
'
# The full version, including alpha/beta/rc tags.
release
=
'
4.3.
0
'
release
=
'
4.3.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.