Skip to content

Commit

Permalink
Release Version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Mar 13, 2024
1 parent b412003 commit 4d2226d
Show file tree
Hide file tree
Showing 7 changed files with 1,548 additions and 1,548 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.4.1
AppVerName=FHIRToolkit v3.4.2

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

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

; dialog support
LicenseFile=..\license
Expand Down
6 changes: 3 additions & 3 deletions library/version.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FHIR_CODE_FULL_VERSION = '3.4.1';
FHIR_CODE_RELEASE_DATE = '2024-03-10';
FHIR_CODE_RELEASE_DATETIME = '20240310111623.382Z';
FHIR_CODE_FULL_VERSION = '3.4.2';
FHIR_CODE_RELEASE_DATE = '2024-03-13';
FHIR_CODE_RELEASE_DATETIME = '20240313112143.208Z';
2 changes: 1 addition & 1 deletion server/fhirconsole.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<VersionInfo>
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="4"/>
<RevisionNr Value="1"/>
<RevisionNr Value="2"/>
<Attributes pvaDebug="False"/>
</VersionInfo>
<BuildModes Count="8">
Expand Down
3,068 changes: 1,534 additions & 1,534 deletions server/fhirserver.dproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/fhirserver.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="4"/>
<RevisionNr Value="1"/>
<RevisionNr Value="2"/>
<Attributes pvaDebug="False"/>
</VersionInfo>
<BuildModes Count="8">
Expand Down
2 changes: 1 addition & 1 deletion toolkit2/fhirtoolkit.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="4"/>
<RevisionNr Value="1"/>
<RevisionNr Value="2"/>
<Attributes pvaDebug="False"/>
</VersionInfo>
<BuildModes>
Expand Down

0 comments on commit 4d2226d

Please sign in to comment.