Skip to content

Commit 468db4f

Browse files
author
Grahame Grieve
committed
Merge remote-tracking branch 'origin/master'
2 parents 5e4404f + 7b0ef3f commit 468db4f

8 files changed

Lines changed: 22 additions & 25 deletions

File tree

install/install-tk.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
; AppID can never be changed as subsequent installations require the same installation ID each time
44
AppID=FHIRToolkit
55
AppName=Health Intersections FHIR Toolkit
6-
AppVerName=FHIRToolkit v3.7.23
6+
AppVerName=FHIRToolkit v3.7.24
77

88
; compilation control
99
OutputDir=..\install\build
10-
OutputBaseFilename=fhirtoolkit-win64-3.7.23
10+
OutputBaseFilename=fhirtoolkit-win64-3.7.24
1111
Compression=lzma2/ultra64
1212

1313
; 64 bit
@@ -32,11 +32,11 @@ UninstallFilesDir={app}\uninstall
3232
; win2000+ add/remove programs support
3333
AppPublisher=Health Intersections P/L
3434
AppPublisherURL=http://www.healthintersections.com.au
35-
AppVersion=3.7.23
35+
AppVersion=3.7.24
3636
AppSupportURL=https://github.com/grahamegrieve/fhirserver
3737
AppUpdatesURL=https://github.com/grahamegrieve/fhirserver
3838
AppCopyright=Copyright (c) Health Intersections Pty Ltd 2020+
39-
VersionInfoVersion=3.7.23.0
39+
VersionInfoVersion=3.7.24.0
4040

4141
; dialog support
4242
LicenseFile=..\license

install/install.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
; AppID can never be changed as subsequent installations require the same installation ID each time
44
AppID=FHIRServer
55
AppName=Health Intersections FHIR Server
6-
AppVerName=FHIRServer v3.7.23
6+
AppVerName=FHIRServer v3.7.24
77

88
; compilation control
99
OutputDir=..\install\build
10-
OutputBaseFilename=fhirserver-win64-3.7.23
10+
OutputBaseFilename=fhirserver-win64-3.7.24
1111
Compression=lzma2/ultra64
1212

1313
; 64 bit
@@ -34,11 +34,11 @@ UninstallFilesDir={app}\uninstall
3434
; win2000+ add/remove programs support
3535
AppPublisher=Health Intersections P/L
3636
AppPublisherURL=http://www.healthintersections.com.au
37-
AppVersion=3.7.23
37+
AppVersion=3.7.24
3838
AppSupportURL=https://github.com/grahamegrieve/fhirserver
3939
AppUpdatesURL=https://github.com/grahamegrieve/fhirserver
4040
AppCopyright=Copyright (c) Health Intersections Pty Ltd 2011+
41-
VersionInfoVersion=3.7.23.0
41+
VersionInfoVersion=3.7.24.0
4242

4343
; dialog support
4444
LicenseFile=..\license

library/version.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FHIR_CODE_FULL_VERSION = '3.7.24-SNAPSHOT';
2-
FHIR_CODE_RELEASE_DATE = '2025-07-08';
3-
FHIR_CODE_RELEASE_DATETIME = '20250708214339.072Z';
1+
FHIR_CODE_FULL_VERSION = '3.7.25-SNAPSHOT';
2+
FHIR_CODE_RELEASE_DATE = '2025-07-10';
3+
FHIR_CODE_RELEASE_DATETIME = '20250710141946.134Z';

release-notes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
## Change Notes for 3.7.24:
1+
## Change Notes for {ver}:
22

3-
* Fix simplifier link
4-
* Fix Access Violations in batch validate code
3+
*
54

65
## Conformance Notes:
76

8-
* tx.fhir.org passed 337 HL7 terminology service tests (mode 'tx.fhir.org', tests v1.7.9, runner v6.5.26)
7+
*

server/fhirconsole.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<VersionInfo>
1919
<MajorVersionNr Value="3"/>
2020
<MinorVersionNr Value="7"/>
21-
<RevisionNr Value="23"/>
21+
<RevisionNr Value="24"/>
2222
<Attributes pvaDebug="False"/>
2323
</VersionInfo>
2424
<BuildModes Count="8">

server/fhirserver.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
9393
<VerInfo_MajorVer>3</VerInfo_MajorVer>
9494
<VerInfo_MinorVer>7</VerInfo_MinorVer>
95-
<VerInfo_Release>23</VerInfo_Release>
95+
<VerInfo_Release>24</VerInfo_Release>
9696
<VerInfo_Debug>false</VerInfo_Debug>
9797
</PropertyGroup>
9898
<PropertyGroup Condition="&apos;$(Base_Win32)&apos;!=&apos;&apos;">
@@ -167,7 +167,7 @@
167167
<DCC_RangeChecking>true</DCC_RangeChecking>
168168
<DCC_DebugDCUs>false</DCC_DebugDCUs>
169169
<VerInfo_MajorVer>3</VerInfo_MajorVer>
170-
<VerInfo_Release>23</VerInfo_Release>
170+
<VerInfo_Release>24</VerInfo_Release>
171171
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
172172
<VerInfo_MinorVer>7</VerInfo_MinorVer>
173173
<VerInfo_Debug>false</VerInfo_Debug>

server/fhirserver.lpi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
<UseVersionInfo Value="True"/>
2121
<MajorVersionNr Value="3"/>
2222
<MinorVersionNr Value="7"/>
23-
<RevisionNr Value="23"/>
23+
<RevisionNr Value="24"/>
24+
<Attributes pvaDebug="False"/>
2425
</VersionInfo>
2526
<BuildModes Count="8">
2627
<Item1 Name="default" Default="True"/>

toolkit2/fhirtoolkit.lpi

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<CONFIG>
32
<ProjectOptions>
43
<Version Value="12"/>
@@ -18,7 +17,8 @@
1817
<UseVersionInfo Value="True"/>
1918
<MajorVersionNr Value="3"/>
2019
<MinorVersionNr Value="7"/>
21-
<RevisionNr Value="22"/>
20+
<RevisionNr Value="24"/>
21+
<Attributes pvaDebug="False"/>
2222
</VersionInfo>
2323
<BuildModes>
2424
<Item Name="default" Default="True"/>
@@ -232,10 +232,7 @@
232232
<CompilerMessages>
233233
<IgnoredMessages idx6058="True" idx5024="True"/>
234234
</CompilerMessages>
235-
<CustomOptions Value="-WM10.15
236-
-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
237-
-gw2
238-
-gw3"/>
235+
<CustomOptions Value="-WM10.15&#10;-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk&#10;-gw2&#10;-gw3"/>
239236
</Other>
240237
</CompilerOptions>
241238
</Item>

0 commit comments

Comments
 (0)