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:
parent
12efbbbb7c
commit
42fa96bdc4
@ -45,8 +45,8 @@ Uses Classes, SysUtils, LCLProc;
|
||||
const
|
||||
AppName = 'LazEdit';
|
||||
AboutTitle = 'About ' + AppName;
|
||||
AppVersion = 'Version 2.0';
|
||||
CopyLeftStatement = 'Copyright (c) 2011, 2012 by Bart Broersma, FlyingSheep Inc. and'+ LineEnding +
|
||||
AppVersion = 'Version 2.2';
|
||||
CopyLeftStatement = 'Copyright (c) 2011, 2020 by Bart Broersma, FlyingSheep Inc. and'+ LineEnding +
|
||||
'Felipe Monteiro de Carvalho';
|
||||
MetaGeneratorName = AppName + #32 + AppVersion;
|
||||
AuthorWebName = 'LazEdit homepage';
|
||||
|
Loading…
Reference in New Issue
Block a user