Skip to content

Commit

Permalink
=== RELEASE 0.9 ===
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.viathinksoft.com/svn/fastphp/trunk@117 4275edf5-accd-43b1-89a6-70d33797d1ed
  • Loading branch information
danielmarschall committed May 20, 2024
1 parent c4433c1 commit ae5da96
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion EditorMain.dfm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Form1: TForm1
Left = 0
Top = 0
Caption = 'ViaThinkSoft FastPHP 0.8'
Caption = 'ViaThinkSoft FastPHP 0.9'
ClientHeight = 661
ClientWidth = 1120
Color = clBtnFace
Expand Down
6 changes: 3 additions & 3 deletions FastPHP.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

[Setup]
AppName=FastPHP
AppVerName=FastPHP 0.8
AppVersion=0.8
AppVerName=FastPHP 0.9
AppVersion=0.9
AppCopyright=© Copyright 2016 - 2024 ViaThinkSoft
AppPublisher=ViaThinkSoft
AppPublisherURL=https://www.viathinksoft.de/
Expand All @@ -16,7 +16,7 @@ VersionInfoCompany=ViaThinkSoft
VersionInfoCopyright=© Copyright 2016 - 2024 ViaThinkSoft
VersionInfoDescription=FastPHP Setup
VersionInfoTextVersion=1.0.0.0
VersionInfoVersion=0.8
VersionInfoVersion=0.9
ChangesAssociations=yes
OutputDir=.
OutputBaseFilename=FastPHP
Expand Down
4 changes: 2 additions & 2 deletions FastPHPBrowser.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
<BT_BuildType>Debug</BT_BuildType>
<Debugger_RunParams>D:\_test\scrap.php</Debugger_RunParams>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=0.8.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2016-2024 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=0.8;Comments=www.viathinksoft.com</VerInfo_Keys>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Browser;FileVersion=0.9.0.0;InternalName=FastPHP Browser;LegalCopyright=(C) 2016-2024 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPBrowser.exe;ProductName=FastPHP;ProductVersion=0.9;Comments=www.viathinksoft.com</VerInfo_Keys>
<Icon_MainIcon>FastPHP_Icon2.ico</Icon_MainIcon>
<DCC_ExeOutput>.</DCC_ExeOutput>
</PropertyGroup>
Expand Down
Binary file modified FastPHPBrowser.res
Binary file not shown.
4 changes: 2 additions & 2 deletions FastPHPEditor.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<BT_BuildType>Debug</BT_BuildType>
<AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
<VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Editor;FileVersion=0.8.0.0;InternalName=FastPHP Editor;LegalCopyright=(C) 2016-2024 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPEditor.exe;ProductName=FastPHP Editor;ProductVersion=0.8;Comments=www.viathinksoft.com;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=FastPHP Editor;FileVersion=0.9.0.0;InternalName=FastPHP Editor;LegalCopyright=(C) 2016-2024 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=FastPHPEditor.exe;ProductName=FastPHP Editor;ProductVersion=0.9;Comments=www.viathinksoft.com;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Locale>1033</VerInfo_Locale>
<Icon_MainIcon>FastPHP_Icon1.ico</Icon_MainIcon>
<DCC_ExeOutput>.</DCC_ExeOutput>
Expand Down
Binary file modified FastPHPEditor.res
Binary file not shown.

0 comments on commit ae5da96

Please sign in to comment.