Skip to content

Commit c02862b

Browse files
committed
Release Version 3.5.1
1 parent ccd50f2 commit c02862b

File tree

5 files changed

+14
-20
lines changed

5 files changed

+14
-20
lines changed

install/install-tk.iss

+4-4
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.5.0
6+
AppVerName=FHIRToolkit v3.5.1
77

88
; compilation control
99
OutputDir=..\install\build
10-
OutputBaseFilename=fhirtoolkit-win64-3.5.0
10+
OutputBaseFilename=fhirtoolkit-win64-3.5.1
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.5.0
35+
AppVersion=3.5.1
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.5.0.0
39+
VersionInfoVersion=3.5.1.0
4040

4141
; dialog support
4242
LicenseFile=..\license

install/install.iss

+4-4
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.5.0
6+
AppVerName=FHIRServer v3.5.1
77

88
; compilation control
99
OutputDir=..\install\build
10-
OutputBaseFilename=fhirserver-win64-3.5.0
10+
OutputBaseFilename=fhirserver-win64-3.5.1
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.5.0
37+
AppVersion=3.5.1
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.5.0.0
41+
VersionInfoVersion=3.5.1.0
4242

4343
; dialog support
4444
LicenseFile=..\license

library/version.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FHIR_CODE_FULL_VERSION = '3.5.1';
22
FHIR_CODE_RELEASE_DATE = '2024-04-22';
3-
FHIR_CODE_RELEASE_DATETIME = '20240422000004.033Z';
3+
FHIR_CODE_RELEASE_DATETIME = '20240422005054.744Z';

server/fhirconsole.lpi

+3-6
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"/>
@@ -20,6 +19,7 @@
2019
<MajorVersionNr Value="3"/>
2120
<MinorVersionNr Value="5"/>
2221
<RevisionNr Value="1"/>
22+
<Attributes pvaDebug="False"/>
2323
</VersionInfo>
2424
<BuildModes Count="8">
2525
<Item1 Name="default" Default="True"/>
@@ -219,10 +219,7 @@
219219
</Debugging>
220220
</Linking>
221221
<Other>
222-
<CustomOptions Value="-WM11.0
223-
-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
224-
-gw2
225-
-gw3"/>
222+
<CustomOptions Value="-WM11.0&#10;-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk&#10;-gw2&#10;-gw3"/>
226223
</Other>
227224
</CompilerOptions>
228225
</Item6>
@@ -514,7 +511,7 @@
514511
<Name Value="ELibraryException"/>
515512
</Item3>
516513
<Item4>
517-
<Name Value="&lt;Unknown Class>"/>
514+
<Name Value="&lt;Unknown Class&gt;"/>
518515
</Item4>
519516
<Item5>
520517
<Name Value="0000000eEIdSocketError"/>

toolkit2/fhirtoolkit.lpi

+2-5
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"/>
@@ -19,6 +18,7 @@
1918
<MajorVersionNr Value="3"/>
2019
<MinorVersionNr Value="5"/>
2120
<RevisionNr Value="1"/>
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="-WM11.0
236-
-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
237-
-gw2
238-
-gw3"/>
235+
<CustomOptions Value="-WM11.0&#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)