Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 30, 2024
2 parents e3a30c1 + bd1fcf6 commit 16a5a30
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 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.1.5
AppVerName=FHIRToolkit v3.1.6

; compilation control
OutputDir=..\install\build
OutputBaseFilename=fhirtoolkit-win64-3.1.5
OutputBaseFilename=fhirtoolkit-win64-3.1.6
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.1.5
AppVersion=3.1.6
AppSupportURL=https://github.com/grahamegrieve/fhirserver
AppUpdatesURL=https://github.com/grahamegrieve/fhirserver
AppCopyright=Copyright (c) Health Intersections Pty Ltd 2020+
VersionInfoVersion=3.1.5.0
VersionInfoVersion=3.1.6.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.1.5
AppVerName=FHIRServer v3.1.6

; compilation control
OutputDir=..\install\build
OutputBaseFilename=fhirserver-win64-3.1.5
OutputBaseFilename=fhirserver-win64-3.1.6
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.1.5
AppVersion=3.1.6
AppSupportURL=https://github.com/grahamegrieve/fhirserver
AppUpdatesURL=https://github.com/grahamegrieve/fhirserver
AppCopyright=Copyright (c) Health Intersections Pty Ltd 2011+
VersionInfoVersion=3.1.5.0
VersionInfoVersion=3.1.6.0

; dialog support
LicenseFile=..\license
Expand Down
4 changes: 2 additions & 2 deletions library/version.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FHIR_CODE_FULL_VERSION = '3.1.6';
FHIR_CODE_FULL_VERSION = '3.1.7';
FHIR_CODE_RELEASE_DATE = '2024-01-30';
FHIR_CODE_RELEASE_DATETIME = '20240130012338.794Z';
FHIR_CODE_RELEASE_DATETIME = '20240130041513.996Z';
1 change: 1 addition & 0 deletions server/fhirconsole.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<MajorVersionNr Value="3"/>
<RevisionNr Value="6"/>
<Attributes pvaDebug="False"/>
<MinorVersionNr Value="1"/>
</VersionInfo>
<BuildModes Count="8">
<Item1 Name="default" Default="True"/>
Expand Down
3 changes: 1 addition & 2 deletions server/fhirserver.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 Down Expand Up @@ -989,7 +988,7 @@
<Name Value="EPackageCrawlerException"/>
</Item50>
<Item51>
<Name Value="&lt;Unknown Class>"/>
<Name Value="&lt;Unknown Class&gt;"/>
</Item51>
<Item52>
<Name Value="EDateFormatError"/>
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"/>
<RevisionNr Value="6"/>
<MinorVersionNr 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 16a5a30

Please sign in to comment.