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
Commits
88be51a5
"README.md" did not exist on "aa1b5d1114c8e4eb2b7bdec9840c68ffc1a882de"
Commit
88be51a5
authored
5 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Update version to 3.2.0
parent
34ff9d13
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.txt
+1
-1
1 addition, 1 deletion
CHANGELOG.txt
CMakeLists.txt
+4
-4
4 additions, 4 deletions
CMakeLists.txt
doc/source/conf.py
+3
-3
3 additions, 3 deletions
doc/source/conf.py
with
8 additions
and
8 deletions
CHANGELOG.txt
+
1
−
1
View file @
88be51a5
Changes in Release 3.
X
.0
Changes in Release 3.
2
.0
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
* Added automated testing of all example scripts in the documentation
* Added automated testing of all example scripts in the documentation
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
4
−
4
View file @
88be51a5
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
cmake_minimum_required
(
VERSION 2.6.4 FATAL_ERROR
)
cmake_minimum_required
(
VERSION 2.6.4 FATAL_ERROR
)
set
(
QMEAN_VERSION_MAJOR 3
)
set
(
QMEAN_VERSION_MAJOR 3
)
set
(
QMEAN_VERSION_MINOR
1
)
set
(
QMEAN_VERSION_MINOR
2
)
set
(
QMEAN_VERSION_PATCH 0
)
set
(
QMEAN_VERSION_PATCH 0
)
set
(
QMEAN_VERSION_STRING
${
QMEAN_VERSION_MAJOR
}
.
${
QMEAN_VERSION_MINOR
}
.
${
QMEAN_VERSION_PATCH
}
)
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
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
CMAKE_SOURCE_DIR
}
/cmake_support
)
...
@@ -61,7 +61,7 @@ string(REPLACE "." ";" _python_version_list ${PYTHON_VERSION})
...
@@ -61,7 +61,7 @@ string(REPLACE "." ";" _python_version_list ${PYTHON_VERSION})
list
(
GET _python_version_list 0 PYTHON_VERSION_MAJOR
)
list
(
GET _python_version_list 0 PYTHON_VERSION_MAJOR
)
list
(
GET _python_version_list 1 PYTHON_VERSION_MINOR
)
list
(
GET _python_version_list 1 PYTHON_VERSION_MINOR
)
find_package
(
OPENSTRUCTURE 1.1
0
.0 REQUIRED
find_package
(
OPENSTRUCTURE 1.1
1
.0 REQUIRED
COMPONENTS mol seq seq_alg mol_alg conop
)
COMPONENTS mol seq seq_alg mol_alg conop
)
set
(
CMAKE_LIBRARY_OUTPUT_DIRECTORY
)
set
(
CMAKE_LIBRARY_OUTPUT_DIRECTORY
)
...
...
This diff is collapsed.
Click to expand it.
doc/source/conf.py
+
3
−
3
View file @
88be51a5
...
@@ -63,16 +63,16 @@ master_doc = 'index'
...
@@ -63,16 +63,16 @@ master_doc = 'index'
# General information about the project.
# General information about the project.
project
=
u
'
QMEAN
'
project
=
u
'
QMEAN
'
copyright
=
u
'
2016-20
19
, Gabriel Studer
'
copyright
=
u
'
2016-20
20
, Gabriel Studer
'
# The version info for the project you're documenting, acts as replacement for
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# |version| and |release|, also used in various other places throughout the
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
release
=
'
3.
1
.0
'
release
=
'
3.
2
.0
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'
3.
1
.0
'
release
=
'
3.
2
.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
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