mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Shell: Increase version number to indicate larger input buffer from rev 16637
svn-origin-rev: 16779
This commit is contained in:
parent
0fe2a6582f
commit
ecc5fce8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ PROGRAM cp2k_shell
|
|||
CASE('VERSION')
|
||||
! Queried by ASE. Increase version after bug-fixing or behavior changes.
|
||||
IF (para_env%source==para_env%mepos) THEN
|
||||
WRITE(sout,'(a)',iostat=iostat) "CP2K Shell Version: 2.0"
|
||||
WRITE(sout,'(a)',iostat=iostat) "CP2K Shell Version: 2.1"
|
||||
IF (iostat/=0) CPABORT('writing version')
|
||||
END IF
|
||||
CASE('WRITE_FILE')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue