You've already forked lazarus-ccr
LazEdit: update version after recent changes. Update copyright year.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7261 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -45,8 +45,8 @@ Uses Classes, SysUtils, LCLProc;
|
|||||||
const
|
const
|
||||||
AppName = 'LazEdit';
|
AppName = 'LazEdit';
|
||||||
AboutTitle = 'About ' + AppName;
|
AboutTitle = 'About ' + AppName;
|
||||||
AppVersion = 'Version 2.0';
|
AppVersion = 'Version 2.2';
|
||||||
CopyLeftStatement = 'Copyright (c) 2011, 2012 by Bart Broersma, FlyingSheep Inc. and'+ LineEnding +
|
CopyLeftStatement = 'Copyright (c) 2011, 2020 by Bart Broersma, FlyingSheep Inc. and'+ LineEnding +
|
||||||
'Felipe Monteiro de Carvalho';
|
'Felipe Monteiro de Carvalho';
|
||||||
MetaGeneratorName = AppName + #32 + AppVersion;
|
MetaGeneratorName = AppName + #32 + AppVersion;
|
||||||
AuthorWebName = 'LazEdit homepage';
|
AuthorWebName = 'LazEdit homepage';
|
||||||
|
Reference in New Issue
Block a user