Skip to content

Commit 4db45b5

Browse files
committed
Tagging Revision 1-4-5
1 parent 93e6904 commit 4db45b5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FBINTF Change Log version (1.4-5 Build 1238) Mon, 20 Jan 2025 11:45:29 +0000
1+
FBINTF Change Log version (1.4-5 Build 1242) Sun, 30 Mar 2025 11:20:17 +0100
22

33
1. TSQLParam.Clear now resets the SQL Type (if it was changed when setting the param)
44
and zeroes the data if not nullable - otherwise parameter value is set to null.

fbintf.dproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@
144144
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
145145
<VersionInfo Name="MajorVer">1</VersionInfo>
146146
<VersionInfo Name="MinorVer">4</VersionInfo>
147-
<VersionInfo Name="Release">4</VersionInfo>
148-
<VersionInfo Name="Build">1238</VersionInfo>
147+
<VersionInfo Name="Release">5</VersionInfo>
148+
<VersionInfo Name="Build">1242</VersionInfo>
149149
<VersionInfo Name="Debug">False</VersionInfo>
150150
<VersionInfo Name="PreRelease">False</VersionInfo>
151151
<VersionInfo Name="Special">False</VersionInfo>
@@ -157,13 +157,13 @@
157157
<VersionInfoKeys>
158158
<VersionInfoKeys Name="CompanyName">MWA Software</VersionInfoKeys>
159159
<VersionInfoKeys Name="FileDescription"/>
160-
<VersionInfoKeys Name="FileVersion">1.4.4.1238</VersionInfoKeys>
160+
<VersionInfoKeys Name="FileVersion">1.4.5.1242</VersionInfoKeys>
161161
<VersionInfoKeys Name="InternalName"/>
162162
<VersionInfoKeys Name="LegalCopyright"/>
163163
<VersionInfoKeys Name="LegalTrademarks"/>
164164
<VersionInfoKeys Name="OriginalFilename"/>
165165
<VersionInfoKeys Name="ProductName">Firebird Pascal Client API</VersionInfoKeys>
166-
<VersionInfoKeys Name="ProductVersion">1.4.4.1238</VersionInfoKeys>
166+
<VersionInfoKeys Name="ProductVersion">1.4.5.1242</VersionInfoKeys>
167167
<VersionInfoKeys Name="Comments"/>
168168
</VersionInfoKeys>
169169
</Delphi.Personality>

fbintf.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Two interface implementations are provided. One is for the new Firebird 3 Client
5151
*
5252
* Contributor(s): ______________________________________.
5353
* "/>
54-
<Version Major="1" Minor="4" Release = "4" Build="1238" />
54+
<Version Major="1" Minor="4" Release = "5" Build="1242" />
5555
<Files Count="38">
5656
<Item1>
5757
<Filename Value="client/IB.pas"/>

fbudr.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ UDRs built with this package support:
6060
*
6161
* Contributor(s): ______________________________________.
6262
* "/>
63-
<Version Major="1" Minor="4" Release = "4" Build="1238" />
63+
<Version Major="1" Minor="4" Release = "5" Build="1242" />
6464
<Files Count="4">
6565
<Item1>
6666
<Filename Value="udr/source/FBUDRController.pas"/>

fbudrTestbed.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*
4141
* Contributor(s): ______________________________________.
4242
* "/>
43-
<Version Major="1" Minor="4" Release = "4" Build="1238" />
43+
<Version Major="1" Minor="4" Release = "5" Build="1242" />
4444
<Files Count="1">
4545
<Item1>
4646
<Filename Value="udr/testbed/FBUdrPlugin.pas"/>

0 commit comments

Comments
 (0)