Skip to content

Commit ea685ad

Browse files
committed
Release Version 3.6.0
1 parent 10ad008 commit ea685ad

8 files changed

+28
-31
lines changed

build/windows-fhirserver.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ utilities\codescan\codescan.exe -check exec\pack\fhirserver.web -message "Creati
5252

5353

5454
rem IF EXIST "C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\fhirserver\win64" (
55-
copy exec\64\*.exe "C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\fhirserver\win64"
56-
copy exec\pack\fhirserver.web "C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\fhirserver\win64"
55+
rem copy exec\64\*.exe "C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\fhirserver\win64"
56+
rem copy exec\pack\fhirserver.web "C:\Users\graha\Health Intersections Dropbox\Health Intersections Team Folder\fhirserver\win64"
5757
rem }
5858

5959
IF EXIST exec\64\fhirserver.exe echo Success!

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.1
6+
AppVerName=FHIRToolkit v3.6.0
77

88
; compilation control
99
OutputDir=..\install\build
10-
OutputBaseFilename=fhirtoolkit-win64-3.5.1
10+
OutputBaseFilename=fhirtoolkit-win64-3.6.0
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.1
35+
AppVersion=3.6.0
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.1.0
39+
VersionInfoVersion=3.6.0.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.1
6+
AppVerName=FHIRServer v3.6.0
77

88
; compilation control
99
OutputDir=..\install\build
10-
OutputBaseFilename=fhirserver-win64-3.5.1
10+
OutputBaseFilename=fhirserver-win64-3.6.0
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.1
37+
AppVersion=3.6.0
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.1.0
41+
VersionInfoVersion=3.6.0.0
4242

4343
; dialog support
4444
LicenseFile=..\license

library/version.inc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FHIR_CODE_FULL_VERSION = '3.5.1';
2-
FHIR_CODE_RELEASE_DATE = '2024-04-22';
3-
FHIR_CODE_RELEASE_DATETIME = '20240422005054.744Z';
1+
FHIR_CODE_FULL_VERSION = '3.6.0';
2+
FHIR_CODE_RELEASE_DATE = '2024-05-07';
3+
FHIR_CODE_RELEASE_DATETIME = '20240507111117.378Z';

server/fhirconsole.lpi

+5-8
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"/>
@@ -18,8 +17,9 @@
1817
</General>
1918
<VersionInfo>
2019
<MajorVersionNr Value="3"/>
21-
<MinorVersionNr Value="5"/>
22-
<RevisionNr Value="1"/>
20+
<MinorVersionNr Value="6"/>
21+
<RevisionNr Value="0"/>
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"/>

server/fhirserver.dproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
<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>
9292
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
9393
<VerInfo_MajorVer>3</VerInfo_MajorVer>
94-
<VerInfo_MinorVer>5</VerInfo_MinorVer>
95-
<VerInfo_Release>1</VerInfo_Release>
94+
<VerInfo_MinorVer>6</VerInfo_MinorVer>
95+
<VerInfo_Release>0</VerInfo_Release>
9696
<VerInfo_Debug>false</VerInfo_Debug>
9797
</PropertyGroup>
9898
<PropertyGroup Condition="&apos;$(Base_Win32)&apos;!=&apos;&apos;">
@@ -167,9 +167,9 @@
167167
<DCC_RangeChecking>true</DCC_RangeChecking>
168168
<DCC_DebugDCUs>false</DCC_DebugDCUs>
169169
<VerInfo_MajorVer>3</VerInfo_MajorVer>
170-
<VerInfo_Release>1</VerInfo_Release>
170+
<VerInfo_Release>0</VerInfo_Release>
171171
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
172-
<VerInfo_MinorVer>5</VerInfo_MinorVer>
172+
<VerInfo_MinorVer>6</VerInfo_MinorVer>
173173
<VerInfo_Debug>false</VerInfo_Debug>
174174
</PropertyGroup>
175175
<PropertyGroup Condition="&apos;$(Cfg_2)&apos;!=&apos;&apos;">

server/fhirserver.lpi

+4-4
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,8 +18,9 @@
1918
<VersionInfo>
2019
<UseVersionInfo Value="True"/>
2120
<MajorVersionNr Value="3"/>
22-
<MinorVersionNr Value="5"/>
23-
<RevisionNr Value="1"/>
21+
<MinorVersionNr Value="6"/>
22+
<RevisionNr Value="0"/>
23+
<Attributes pvaDebug="False"/>
2424
</VersionInfo>
2525
<BuildModes Count="8">
2626
<Item1 Name="default" Default="True"/>
@@ -1036,7 +1036,7 @@
10361036
<Name Value="EPackageCrawlerException"/>
10371037
</Item50>
10381038
<Item51>
1039-
<Name Value="&lt;Unknown Class>"/>
1039+
<Name Value="&lt;Unknown Class&gt;"/>
10401040
</Item51>
10411041
<Item52>
10421042
<Name Value="EDateFormatError"/>

toolkit2/fhirtoolkit.lpi

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<VersionInfo>
1717
<UseVersionInfo Value="True"/>
1818
<MajorVersionNr Value="3"/>
19-
<MinorVersionNr Value="5"/>
20-
<RevisionNr Value="1"/>
19+
<MinorVersionNr Value="6"/>
20+
<RevisionNr Value="0"/>
2121
<Attributes pvaDebug="False"/>
2222
</VersionInfo>
2323
<BuildModes>

0 commit comments

Comments
 (0)