You've already forked lazarus-ccr
Update version to 0.7
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5952 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -10,33 +10,33 @@ object fAbout: TfAbout
|
|||||||
ClientHeight = 182
|
ClientHeight = 182
|
||||||
ClientWidth = 383
|
ClientWidth = 383
|
||||||
Position = poDesktopCenter
|
Position = poDesktopCenter
|
||||||
LCLVersion = '1.3'
|
LCLVersion = '1.8.0.2'
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
Left = 21
|
Left = 64
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 24
|
Top = 24
|
||||||
Width = 326
|
Width = 260
|
||||||
Caption = 'Web Services Toolkit for FPC/Lazarus && Delphi'
|
Caption = 'Web Services Toolkit for FPC/Lazarus && Delphi'
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
end
|
end
|
||||||
object Label2: TLabel
|
object Label2: TLabel
|
||||||
Left = 120
|
Left = 141
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 64
|
Top = 64
|
||||||
Width = 136
|
Width = 109
|
||||||
Caption = 'Type Library Editor'
|
Caption = 'Type Library Editor'
|
||||||
Font.Style = [fsBold, fsItalic]
|
Font.Style = [fsBold, fsItalic]
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
end
|
end
|
||||||
object Label3: TLabel
|
object Label3: TLabel
|
||||||
Left = 35
|
Left = 78
|
||||||
Height = 20
|
Height = 13
|
||||||
Top = 112
|
Top = 112
|
||||||
Width = 311
|
Width = 231
|
||||||
Caption = 'Copyright (c) 2007-2014 Inoussa OUEDRAOGO.'
|
Caption = 'Copyright (c) 2007-2017 Inoussa OUEDRAOGO.'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Button1: TButton
|
object Button1: TButton
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
This file is part of the Web Service Toolkit
|
This file is part of the Web Service Toolkit
|
||||||
Copyright (c) 2006-2014 by Inoussa OUEDRAOGO
|
Copyright (c) 2006-2017 by Inoussa OUEDRAOGO
|
||||||
|
|
||||||
This file is provide under modified LGPL licence
|
This file is provide under modified LGPL licence
|
||||||
( the files COPYING.modifiedLGPL and COPYING.LGPL).
|
( the files COPYING.modifiedLGPL and COPYING.LGPL).
|
||||||
@ -37,7 +37,7 @@ resourcestring
|
|||||||
' I : the paser is not case sensitive' + sNEW_LINE +
|
' I : the paser is not case sensitive' + sNEW_LINE +
|
||||||
' -j Generate Java Language interface files for' + sNEW_LINE +
|
' -j Generate Java Language interface files for' + sNEW_LINE +
|
||||||
' -f Specify unit(s) renaming option : oldName= NewName(;oldName= NewName)* ';
|
' -f Specify unit(s) renaming option : oldName= NewName(;oldName= NewName)* ';
|
||||||
sCOPYRIGHT = 'ws_helper, Web Service Toolkit 0.6 Copyright (c) 2006-2014 by Inoussa OUEDRAOGO';
|
sCOPYRIGHT = 'ws_helper, Web Service Toolkit 0.7 Copyright (c) 2006-2017 by Inoussa OUEDRAOGO';
|
||||||
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Reference in New Issue
Block a user