Skip to content

Commit 0516127

Browse files
committed
Bump v5.7.2
1 parent 2460abb commit 0516127

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package/BrookTardigrade.dproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<SanitizedProjectName>BrookTardigrade</SanitizedProjectName>
6060
<VerInfo_Locale>1033</VerInfo_Locale>
6161
<DCC_UnitSearchPath>..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
62-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.7.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.1.0;Comments=</VerInfo_Keys>
62+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.7.2.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.2.0;Comments=</VerInfo_Keys>
6363
<VerInfo_MajorVer>5</VerInfo_MajorVer>
6464
<DCC_Description>Brook is microframework which helps to develop web Pascal applications.</DCC_Description>
6565
</PropertyGroup>
@@ -70,7 +70,7 @@
7070
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
7171
<BT_BuildType>Debug</BT_BuildType>
7272
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
73-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.7.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.1.0;Comments=</VerInfo_Keys>
73+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.7.2.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.2.0;Comments=</VerInfo_Keys>
7474
<VerInfo_Locale>1033</VerInfo_Locale>
7575
<DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage>
7676
</PropertyGroup>
@@ -88,7 +88,7 @@
8888
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
8989
<DCC_RemoteDebug>false</DCC_RemoteDebug>
9090
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
91-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.7.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.1.0;Comments=</VerInfo_Keys>
91+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=5.7.2.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.2.0;Comments=</VerInfo_Keys>
9292
<VerInfo_MinorVer>7</VerInfo_MinorVer>
9393
</PropertyGroup>
9494
<PropertyGroup Condition="'$(Cfg_2)'!=''">

Package/BrookTardigrade.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Lesser General Public License for more details.
2828
You should have received a copy of the GNU Lesser General Public
2929
License along with Brook framework; if not, write to the Free Software
3030
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"/>
31-
<Version Major="5" Minor="7" Release="1"/>
31+
<Version Major="5" Minor="7" Release="2"/>
3232
<Files Count="23">
3333
<Item1>
3434
<Filename Value="../Source/BrookDefines.inc"/>

Source/libsagui.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ interface
6262

6363
SG_VERSION_MINOR = 5;
6464

65-
SG_VERSION_PATCH = 1;
65+
SG_VERSION_PATCH = 2;
6666

6767
SG_VERSION_HEX = (SG_VERSION_MAJOR shl 16) or (SG_VERSION_MINOR shl 8) or //FI:O803
6868
SG_VERSION_PATCH;

0 commit comments

Comments
 (0)