Skip to content

Commit 7bd25a1

Browse files
author
Alexandru Ciobanu [bot]
committed
chore: bump version
1 parent 1ede3ee commit 7bd25a1

File tree

10 files changed

+11303
-11285
lines changed

10 files changed

+11303
-11285
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TZDB - IANA Time Zone Database for Delphi/FreePascal
1010

1111
The source code is compatible with **Delphi XE+** and **FreePascal 3+**, though some components are only available for Delphi.
1212

13-
The current version of TZDB is compiled with **2023c** version of IANA TZDB and the latest Windows alias translation table (from CLDR project).
13+
The current version of TZDB is compiled with **2023d** version of IANA TZDB and the latest Windows alias translation table (from CLDR project).
1414

1515
[API Documentation](https://github.com/pavkam/tzdb/wiki/API-Documentation) and [Code Examples](https://github.com/pavkam/tzdb/wiki/Code-Examples).
1616

dist/TZDB.dproj

+7-7
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
</PropertyGroup>
4444
<PropertyGroup Condition="'$(Base)'!=''">
4545
<DCC_UnitSearchPath>bin\$(Config)\$(Platform);$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
46-
<VerInfo_Build>150</VerInfo_Build>
46+
<VerInfo_Build>151</VerInfo_Build>
4747
<VerInfo_Locale>1033</VerInfo_Locale>
48-
<VerInfo_Keys>CompanyName=Alexandru Ciobanu;FileDescription=IANA Time Zone Database for Delphi;FileVersion=2.1.2.150;InternalName=IANA Time Zone Database for Delphi;LegalCopyright=Alexandru Ciobanu;LegalTrademarks=;OriginalFilename=TZDB;ProductName=IANA Time Zone Database for Delphi;ProductVersion=2.1;Comments=</VerInfo_Keys>
48+
<VerInfo_Keys>CompanyName=Alexandru Ciobanu;FileDescription=IANA Time Zone Database for Delphi;FileVersion=2.1.2.151;InternalName=IANA Time Zone Database for Delphi;LegalCopyright=Alexandru Ciobanu;LegalTrademarks=;OriginalFilename=TZDB;ProductName=IANA Time Zone Database for Delphi;ProductVersion=2.1;Comments=</VerInfo_Keys>
4949
<VerInfo_AutoGenVersion>true</VerInfo_AutoGenVersion>
5050
<VerInfo_MinorVer>1</VerInfo_MinorVer>
5151
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
@@ -67,7 +67,7 @@
6767
<PropertyGroup Condition="'$(Base_Win32)'!=''">
6868
<Icon_MainIcon>TZDB.ico</Icon_MainIcon>
6969
<DCC_Namespace>Bde;$(DCC_Namespace)</DCC_Namespace>
70-
<VerInfo_Keys>CompanyName=Alexandru Ciobanu;FileDescription=IANA Time Zone Database for Delphi;FileVersion=2.1.2.150;InternalName=IANA Time Zone Database for Delphi;LegalCopyright=Alexandru Ciobanu;LegalTrademarks=;OriginalFilename=TZDB;ProductName=IANA Time Zone Database for Delphi;ProductVersion=2.1;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
70+
<VerInfo_Keys>CompanyName=Alexandru Ciobanu;FileDescription=IANA Time Zone Database for Delphi;FileVersion=2.1.2.151;InternalName=IANA Time Zone Database for Delphi;LegalCopyright=Alexandru Ciobanu;LegalTrademarks=;OriginalFilename=TZDB;ProductName=IANA Time Zone Database for Delphi;ProductVersion=2.1;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
7171
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
7272
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
7373
</PropertyGroup>
@@ -80,7 +80,7 @@
8080
</PropertyGroup>
8181
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
8282
<DCC_MapFile>3</DCC_MapFile>
83-
<VerInfo_Keys>CompanyName=Alexandru Ciobanu;FileVersion=2.1.2.150;InternalName=IANA Time Zone Database for Delphi;LegalCopyright=Alexandru Ciobanu;LegalTrademarks=;OriginalFilename=TZDB;ProductName=IANA Time Zone Database for Delphi;ProductVersion=2.1;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName)</VerInfo_Keys>
83+
<VerInfo_Keys>CompanyName=Alexandru Ciobanu;FileVersion=2.1.2.151;InternalName=IANA Time Zone Database for Delphi;LegalCopyright=Alexandru Ciobanu;LegalTrademarks=;OriginalFilename=TZDB;ProductName=IANA Time Zone Database for Delphi;ProductVersion=2.1;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName)</VerInfo_Keys>
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Cfg_2)'!=''">
8686
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
@@ -89,7 +89,7 @@
8989
<DCC_DebugInformation>0</DCC_DebugInformation>
9090
</PropertyGroup>
9191
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
92-
<VerInfo_Keys>CompanyName=Alexandru Ciobanu;FileDescription=IANA Time Zone Database for Delphi;FileVersion=2.1.2.150;InternalName=IANA Time Zone Database for Delphi;LegalCopyright=Alexandru Ciobanu;LegalTrademarks=;OriginalFilename=TZDB;ProductName=IANA Time Zone Database for Delphi;ProductVersion=2.1;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
92+
<VerInfo_Keys>CompanyName=Alexandru Ciobanu;FileDescription=IANA Time Zone Database for Delphi;FileVersion=2.1.2.151;InternalName=IANA Time Zone Database for Delphi;LegalCopyright=Alexandru Ciobanu;LegalTrademarks=;OriginalFilename=TZDB;ProductName=IANA Time Zone Database for Delphi;ProductVersion=2.1;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
9393
<DCC_Description>IANA Time Zone Database for Delphi Package</DCC_Description>
9494
</PropertyGroup>
9595
<ItemGroup>
@@ -126,7 +126,7 @@
126126
<VersionInfo Name="MajorVer">2</VersionInfo>
127127
<VersionInfo Name="MinorVer">1</VersionInfo>
128128
<VersionInfo Name="Release">2</VersionInfo>
129-
<VersionInfo Name="Build">150</VersionInfo>
129+
<VersionInfo Name="Build">151</VersionInfo>
130130
<VersionInfo Name="Debug">False</VersionInfo>
131131
<VersionInfo Name="PreRelease">False</VersionInfo>
132132
<VersionInfo Name="Special">False</VersionInfo>
@@ -138,7 +138,7 @@
138138
<VersionInfoKeys>
139139
<VersionInfoKeys Name="CompanyName">Alexandru Ciobanu</VersionInfoKeys>
140140
<VersionInfoKeys Name="FileDescription">Olson Time Zone Database for Delphi</VersionInfoKeys>
141-
<VersionInfoKeys Name="FileVersion">2.1.2.150</VersionInfoKeys>
141+
<VersionInfoKeys Name="FileVersion">2.1.2.151</VersionInfoKeys>
142142
<VersionInfoKeys Name="InternalName">IANA Time Zone Database for Delphi</VersionInfoKeys>
143143
<VersionInfoKeys Name="LegalCopyright">Alexandru Ciobanu</VersionInfoKeys>
144144
<VersionInfoKeys Name="LegalTrademarks"/>

0 commit comments

Comments
 (0)