Shell: Increase version number to indicate larger input buffer from rev 16637

svn-origin-rev: 16779
This commit is contained in:
Ole Schütt 2016-04-04 11:19:20 +00:00
parent 0fe2a6582f
commit ecc5fce8fa

View file

@ -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')