Skip to content

Commit db6ad94

Browse files
committed
Tagging Revision 1-4-7
1 parent feae2bc commit db6ad94

File tree

6 files changed

+8
-8
lines changed

6 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-7 Build 1241) Sat, 9 Aug 2025 12:48:01 +0100
1+
FBINTF Change Log version (1.4-7 Build 1244) Sun, 24 Aug 2025 11:50:01 +0100
22

33
1. Initialise all EventBuffer counts to one in TFBEvents.CreateEventBlock. This avoids the
44
"feature" where a spurious all event counts = 1 event is reported when the event

doc/FirebirdPascalAPIGuide.pdf

-808 Bytes
Binary file not shown.

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">6</VersionInfo>
148-
<VersionInfo Name="Build">1241</VersionInfo>
147+
<VersionInfo Name="Release">7</VersionInfo>
148+
<VersionInfo Name="Build">1244</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.6.1241</VersionInfoKeys>
160+
<VersionInfoKeys Name="FileVersion">1.4.7.1244</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.6.1241</VersionInfoKeys>
166+
<VersionInfoKeys Name="ProductVersion">1.4.7.1244</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 = "6" Build="1241" />
54+
<Version Major="1" Minor="4" Release = "7" Build="1244" />
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 = "6" Build="1241" />
63+
<Version Major="1" Minor="4" Release = "7" Build="1244" />
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 = "6" Build="1241" />
43+
<Version Major="1" Minor="4" Release = "7" Build="1244" />
4444
<Files Count="1">
4545
<Item1>
4646
<Filename Value="udr/testbed/FBUdrPlugin.pas"/>

0 commit comments

Comments
 (0)