Skip to content

Commit

Permalink
Release Version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Mar 10, 2024
1 parent c8d2b79 commit f0573c3
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 189 deletions.
169 changes: 0 additions & 169 deletions build/windows-full-release.bat

This file was deleted.

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.2.3
AppVerName=FHIRToolkit v3.4.1

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

; compilation control
OutputDir=..\install\build
OutputBaseFilename=fhirserver-win64-3.2.3
OutputBaseFilename=fhirserver-win64-3.4.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.2.3
AppVersion=3.4.1
AppSupportURL=https://github.com/grahamegrieve/fhirserver
AppUpdatesURL=https://github.com/grahamegrieve/fhirserver
AppCopyright=Copyright (c) Health Intersections Pty Ltd 2011+
VersionInfoVersion=3.2.3.0
VersionInfoVersion=3.4.1.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.2.3';
FHIR_CODE_FULL_VERSION = '3.4.1';
FHIR_CODE_RELEASE_DATE = '2024-03-10';
FHIR_CODE_RELEASE_DATETIME = '20240310104512.918Z';
FHIR_CODE_RELEASE_DATETIME = '20240310111623.382Z';
4 changes: 2 additions & 2 deletions server/fhirconsole.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</General>
<VersionInfo>
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="2"/>
<RevisionNr Value="3"/>
<MinorVersionNr Value="4"/>
<RevisionNr Value="1"/>
<Attributes pvaDebug="False"/>
</VersionInfo>
<BuildModes Count="8">
Expand Down
8 changes: 4 additions & 4 deletions server/fhirserver.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<VerInfo_Keys>CompanyName=;FileVersion=2.1.3.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MajorVer>3</VerInfo_MajorVer>
<VerInfo_MinorVer>2</VerInfo_MinorVer>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_MinorVer>4</VerInfo_MinorVer>
<VerInfo_Release>1</VerInfo_Release>
<VerInfo_Debug>false</VerInfo_Debug>
</PropertyGroup>
<PropertyGroup Condition="&apos;$(Base_Win32)&apos;!=&apos;&apos;">
Expand Down Expand Up @@ -167,9 +167,9 @@
<DCC_RangeChecking>true</DCC_RangeChecking>
<DCC_DebugDCUs>false</DCC_DebugDCUs>
<VerInfo_MajorVer>3</VerInfo_MajorVer>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_Release>1</VerInfo_Release>
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
<VerInfo_MinorVer>2</VerInfo_MinorVer>
<VerInfo_MinorVer>4</VerInfo_MinorVer>
<VerInfo_Debug>false</VerInfo_Debug>
</PropertyGroup>
<PropertyGroup Condition="&apos;$(Cfg_2)&apos;!=&apos;&apos;">
Expand Down
4 changes: 2 additions & 2 deletions server/fhirserver.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<VersionInfo>
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="2"/>
<RevisionNr Value="3"/>
<MinorVersionNr Value="4"/>
<RevisionNr Value="1"/>
<Attributes pvaDebug="False"/>
</VersionInfo>
<BuildModes Count="8">
Expand Down
4 changes: 2 additions & 2 deletions toolkit2/fhirtoolkit.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<VersionInfo>
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="2"/>
<RevisionNr Value="3"/>
<MinorVersionNr Value="4"/>
<RevisionNr Value="1"/>
<Attributes pvaDebug="False"/>
</VersionInfo>
<BuildModes>
Expand Down

0 comments on commit f0573c3

Please sign in to comment.