JCF2: Do not indicate the date in the help

This commit is contained in:
n7800 2025-05-31 01:38:10 +05:00
parent 95205108d4
commit 11525c2b0b
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ const
'This is a fork of: ' + NativeLineBreak + NativeLineBreak +
'-----------------------------------' + NativeLineBreak +
'JEDI Code Format V' + PROGRAM_VERSION + NativeLineBreak +
' ' + PROGRAM_DATE + NativeLineBreak +
' A Delphi Object-Pascal Source code formatter' + NativeLineBreak +
' A GUI version of this program is also available' + NativeLineBreak +
' Latest version at ' + PROGRAM_HOME_PAGE + NativeLineBreak + NativeLineBreak +

View File

@ -31,7 +31,6 @@ interface
const
PROGRAM_VERSION = '2.44';
PROGRAM_DATE = 'August 2009';
PROGRAM_HOME_PAGE = 'http://jedicodeformat.sourceforge.net/';
PROGRAM_SOURCEFORGE_HOME_PAGE = 'http://sourceforge.net/projects/jedicodeformat/';
PROGRAM_SVN_TRUNK = 'http://jedicodeformat.svn.sourceforge.net/svnroot/jedicodeformat/trunk/CodeFormat/Jcf2/';