Skip to content

Commit

Permalink
Increment CP2K development version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Dec 23, 2019
1 parent e635599 commit 5cf83a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/cp2k_info.F
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ MODULE cp2k_info
CHARACTER(LEN=*), PARAMETER :: compile_revision = "unknown"
#endif

CHARACTER(LEN=*), PARAMETER :: version_nr = "7.0"
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2018"
CHARACTER(LEN=*), PARAMETER :: version_nr = "8.0"
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2019"
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version "//TRIM(version_nr)
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"

Expand Down
2 changes: 1 addition & 1 deletion tools/doxify/Doxyfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = CP2K
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = "7.0 (Revision #revision#)"
PROJECT_NUMBER = "8.0 (Revision #revision#)"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
3 changes: 2 additions & 1 deletion tools/manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
</div>
<select id="branch_selector" style="height:25px;margin:2px;">
<option value="trunk">Development</option>
<option value="cp2k-6_1-branch" selected>Version 6.1</option>
<option value="cp2k-7_1-branch" selected>Version 7.1</option>
<option value="cp2k-6_1-branch">Version 6.1</option>
<option value="cp2k-5_1-branch">Version 5.1</option>
<option value="cp2k-4_1-branch">Version 4.1</option>
<option value="cp2k-3_0-branch">Version 3.0</option>
Expand Down

0 comments on commit 5cf83a5

Please sign in to comment.