Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Releasing Truice_v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Faq committed Oct 27, 2018
1 parent f81cbf7 commit 4c566d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion About.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,7 @@ object AboutBox: TAboutBox
Top = 10
Width = 69
Height = 13
Caption = 'Version: 2.1.4'
Caption = 'Version: 2.1.5'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -11
Expand Down
2 changes: 1 addition & 1 deletion MainUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface
const
VERSION_1 = '2'; //*10000
VERSION_2 = '1'; //*100
VERSION_3 = '4';
VERSION_3 = '5';
VERSION_4 = '';
VERSION_EXE = VERSION_1 + '.' + VERSION_2 + '.' + VERSION_3 + '.' + VERSION_4;

Expand Down
8 changes: 4 additions & 4 deletions Truice.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<VerInfo_Locale>1062</VerInfo_Locale>
<VerInfo_Keys>CompanyName=;FileDescription=Truice - Trinity DB Editor;FileVersion=2.1.4.0;InternalName=Truice;LegalCopyright=© indomit, 2009 (Quice), Ishigure, 2010, Faq, 2012;LegalTrademarks=indomit™;OriginalFilename=Truice.exe;ProductName=Truice;ProductVersion=2.1.4;Comments=compiled by FAQ</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=Truice - Trinity DB Editor;FileVersion=2.1.5.0;InternalName=Truice;LegalCopyright=© indomit, 2009 (Quice), Ishigure, 2010, Faq, 2012;LegalTrademarks=indomit™;OriginalFilename=Truice.exe;ProductName=Truice;ProductVersion=2.1.5;Comments=compiled by FAQ</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
Expand All @@ -87,7 +87,7 @@
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<VerInfo_Keys>CompanyName=;FileVersion=2.1.4.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=2.1.4.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileVersion=2.1.5.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=2.1.5.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
Expand All @@ -113,7 +113,7 @@
<DCC_LocalDebugSymbols>true</DCC_LocalDebugSymbols>
<DCC_DebugInformation>2</DCC_DebugInformation>
<DCC_Define>madExcept;$(DCC_Define)</DCC_Define>
<VerInfo_Keys>CompanyName=;FileVersion=2.1.4.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=2.1.4.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileVersion=2.1.5.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=2.1.5.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
Expand All @@ -128,7 +128,7 @@
<DCC_Define>LeakChecking;$(DCC_Define)</DCC_Define>
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<VerInfo_Keys>CompanyName=;FileVersion=2.1.4.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=2.1.4.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileVersion=2.1.5.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=2.1.5.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<DCC_DebugInformation>2</DCC_DebugInformation>
<DCC_MapFile>3</DCC_MapFile>
<BT_BuildType>Debug</BT_BuildType>
Expand Down

0 comments on commit 4c566d3

Please sign in to comment.