FpDebug: version 1.0

git-svn-id: trunk@65231 -
This commit is contained in:
martin 2021-06-14 17:00:52 +00:00
parent d977133558
commit a9bdfda626
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ File(s) with other licenses (see also header in file(s):
(Any modifications/translations of this file are from duby)
"/>
<Version Minor="9"/>
<Version Major="1"/>
<Files>
<Item>
<Filename Value="fpdbgclasses.pp"/>

View File

@ -3782,7 +3782,7 @@ end;
class function TFpDebugDebugger.Caption: String;
begin
Result:='FpDebug internal Dwarf-debugger (beta)';
Result:='FpDebug internal Dwarf-debugger';
end;
class function TFpDebugDebugger.NeedsExePath: boolean;

View File

@ -3,7 +3,7 @@
<Package Version="5">
<Name Value="LazDebuggerFp"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Joost van der Sluis"/>
<Author Value="Joost van der Sluis / Martin Friebe"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
@ -21,7 +21,7 @@
- It currently supports Windows and Linux.
"/>
<License Value="GPLv2"/>
<Version Minor="9"/>
<Version Major="1"/>
<Files>
<Item>
<Filename Value="fpdebugdebugger.pas"/>