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:
lazarus-bart 2020-01-09 18:49:18 +00:00
parent 12efbbbb7c
commit 42fa96bdc4

View File

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