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:
parent
f9db993a87
commit
be12b3e03e
@ -10,33 +10,33 @@ object fAbout: TfAbout
|
||||
ClientHeight = 182
|
||||
ClientWidth = 383
|
||||
Position = poDesktopCenter
|
||||
LCLVersion = '1.3'
|
||||
LCLVersion = '1.8.0.2'
|
||||
object Label1: TLabel
|
||||
Left = 21
|
||||
Height = 20
|
||||
Left = 64
|
||||
Height = 13
|
||||
Top = 24
|
||||
Width = 326
|
||||
Width = 260
|
||||
Caption = 'Web Services Toolkit for FPC/Lazarus && Delphi'
|
||||
Font.Style = [fsBold]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 120
|
||||
Height = 20
|
||||
Left = 141
|
||||
Height = 13
|
||||
Top = 64
|
||||
Width = 136
|
||||
Width = 109
|
||||
Caption = 'Type Library Editor'
|
||||
Font.Style = [fsBold, fsItalic]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 35
|
||||
Height = 20
|
||||
Left = 78
|
||||
Height = 13
|
||||
Top = 112
|
||||
Width = 311
|
||||
Caption = 'Copyright (c) 2007-2014 Inoussa OUEDRAOGO.'
|
||||
Width = 231
|
||||
Caption = 'Copyright (c) 2007-2017 Inoussa OUEDRAOGO.'
|
||||
ParentColor = False
|
||||
end
|
||||
object Button1: TButton
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
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
|
||||
( the files COPYING.modifiedLGPL and COPYING.LGPL).
|
||||
@ -37,7 +37,7 @@ resourcestring
|
||||
' I : the paser is not case sensitive' + sNEW_LINE +
|
||||
' -j Generate Java Language interface files for' + sNEW_LINE +
|
||||
' -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
|
||||
|
Loading…
Reference in New Issue
Block a user