Skip to content

Commit

Permalink
Release Version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Apr 22, 2024
1 parent ccd50f2 commit c02862b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
8 changes: 4 additions & 4 deletions install/install-tk.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
; AppID can never be changed as subsequent installations require the same installation ID each time
AppID=FHIRToolkit
AppName=Health Intersections FHIR Toolkit
AppVerName=FHIRToolkit v3.5.0
AppVerName=FHIRToolkit v3.5.1

; compilation control
OutputDir=..\install\build
OutputBaseFilename=fhirtoolkit-win64-3.5.0
OutputBaseFilename=fhirtoolkit-win64-3.5.1
Compression=lzma2/ultra64

; 64 bit
Expand All @@ -32,11 +32,11 @@ UninstallFilesDir={app}\uninstall
; win2000+ add/remove programs support
AppPublisher=Health Intersections P/L
AppPublisherURL=http://www.healthintersections.com.au
AppVersion=3.5.0
AppVersion=3.5.1
AppSupportURL=https://github.com/grahamegrieve/fhirserver
AppUpdatesURL=https://github.com/grahamegrieve/fhirserver
AppCopyright=Copyright (c) Health Intersections Pty Ltd 2020+
VersionInfoVersion=3.5.0.0
VersionInfoVersion=3.5.1.0

; dialog support
LicenseFile=..\license
Expand Down
8 changes: 4 additions & 4 deletions install/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
; AppID can never be changed as subsequent installations require the same installation ID each time
AppID=FHIRServer
AppName=Health Intersections FHIR Server
AppVerName=FHIRServer v3.5.0
AppVerName=FHIRServer v3.5.1

; compilation control
OutputDir=..\install\build
OutputBaseFilename=fhirserver-win64-3.5.0
OutputBaseFilename=fhirserver-win64-3.5.1
Compression=lzma2/ultra64

; 64 bit
Expand All @@ -34,11 +34,11 @@ UninstallFilesDir={app}\uninstall
; win2000+ add/remove programs support
AppPublisher=Health Intersections P/L
AppPublisherURL=http://www.healthintersections.com.au
AppVersion=3.5.0
AppVersion=3.5.1
AppSupportURL=https://github.com/grahamegrieve/fhirserver
AppUpdatesURL=https://github.com/grahamegrieve/fhirserver
AppCopyright=Copyright (c) Health Intersections Pty Ltd 2011+
VersionInfoVersion=3.5.0.0
VersionInfoVersion=3.5.1.0

; dialog support
LicenseFile=..\license
Expand Down
2 changes: 1 addition & 1 deletion library/version.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FHIR_CODE_FULL_VERSION = '3.5.1';
FHIR_CODE_RELEASE_DATE = '2024-04-22';
FHIR_CODE_RELEASE_DATETIME = '20240422000004.033Z';
FHIR_CODE_RELEASE_DATETIME = '20240422005054.744Z';
9 changes: 3 additions & 6 deletions server/fhirconsole.lpi
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
Expand All @@ -20,6 +19,7 @@
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="5"/>
<RevisionNr Value="1"/>
<Attributes pvaDebug="False"/>
</VersionInfo>
<BuildModes Count="8">
<Item1 Name="default" Default="True"/>
Expand Down Expand Up @@ -219,10 +219,7 @@
</Debugging>
</Linking>
<Other>
<CustomOptions Value="-WM11.0
-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
-gw2
-gw3"/>
<CustomOptions Value="-WM11.0&#10;-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk&#10;-gw2&#10;-gw3"/>
</Other>
</CompilerOptions>
</Item6>
Expand Down Expand Up @@ -514,7 +511,7 @@
<Name Value="ELibraryException"/>
</Item3>
<Item4>
<Name Value="&lt;Unknown Class>"/>
<Name Value="&lt;Unknown Class&gt;"/>
</Item4>
<Item5>
<Name Value="0000000eEIdSocketError"/>
Expand Down
7 changes: 2 additions & 5 deletions toolkit2/fhirtoolkit.lpi
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
Expand All @@ -19,6 +18,7 @@
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="5"/>
<RevisionNr Value="1"/>
<Attributes pvaDebug="False"/>
</VersionInfo>
<BuildModes>
<Item Name="default" Default="True"/>
Expand Down Expand Up @@ -232,10 +232,7 @@
<CompilerMessages>
<IgnoredMessages idx6058="True" idx5024="True"/>
</CompilerMessages>
<CustomOptions Value="-WM11.0
-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
-gw2
-gw3"/>
<CustomOptions Value="-WM11.0&#10;-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk&#10;-gw2&#10;-gw3"/>
</Other>
</CompilerOptions>
</Item>
Expand Down

0 comments on commit c02862b

Please sign in to comment.