Skip to content

Commit 2460abb

Browse files
committed
Bump v5.7.1
1 parent 9ce8e92 commit 2460abb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.0.0;Comments=</VerInfo_Keys>
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>
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.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.0.0;Comments=</VerInfo_Keys>
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>
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.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=5.7.0.0;Comments=</VerInfo_Keys>
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>
9292
<VerInfo_MinorVer>7</VerInfo_MinorVer>
9393
</PropertyGroup>
9494
<PropertyGroup Condition="'$(Cfg_2)'!=''">

Package/BrookTardigrade.lpk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</SearchPaths>
1414
</CompilerOptions>
1515
<Description Value="Brook is microframework which helps to develop web Pascal applications."/>
16-
<License Value="Copyright (c) 2012-2021 Silvio Clecio &lt;[email protected]>
16+
<License Value="Copyright (c) 2012-2025 Silvio Clecio &lt;[email protected]>
1717
1818
Brook framework is free software; you can redistribute it and/or
1919
modify it under the terms of the GNU Lesser General Public
@@ -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"/>
31+
<Version Major="5" Minor="7" Release="1"/>
3232
<Files Count="23">
3333
<Item1>
3434
<Filename Value="../Source/BrookDefines.inc"/>

Source/libsagui.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Cross-platform library which helps to develop web servers or frameworks.
99
*
10-
* Copyright (c) 2012-2021 Silvio Clecio <[email protected]>
10+
* Copyright (c) 2012-2025 Silvio Clecio <[email protected]>
1111
*
1212
* Brook framework is free software; you can redistribute it and/or
1313
* modify it under the terms of the GNU Lesser General Public
@@ -62,7 +62,7 @@ interface
6262

6363
SG_VERSION_MINOR = 5;
6464

65-
SG_VERSION_PATCH = 0;
65+
SG_VERSION_PATCH = 1;
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)