Skip to content

Commit a522f4b

Browse files
author
Grahame Grieve
committed
Merge remote-tracking branch 'origin/master'
2 parents f0d7eee + 536ebdc commit a522f4b

8 files changed

+18
-18
lines changed

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

88
; compilation control
99
OutputDir=..\install\build
10-
OutputBaseFilename=fhirtoolkit-win64-3.4.30
10+
OutputBaseFilename=fhirtoolkit-win64-3.4.31
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.4.30
35+
AppVersion=3.4.31
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.4.30.0
39+
VersionInfoVersion=3.4.31.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.4.30
6+
AppVerName=FHIRServer v3.4.31
77

88
; compilation control
99
OutputDir=..\install\build
10-
OutputBaseFilename=fhirserver-win64-3.4.30
10+
OutputBaseFilename=fhirserver-win64-3.4.31
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.4.30
37+
AppVersion=3.4.31
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.4.30.0
41+
VersionInfoVersion=3.4.31.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.4.30';
2-
FHIR_CODE_RELEASE_DATE = '2024-11-24';
3-
FHIR_CODE_RELEASE_DATETIME = '20241124132634.903Z';
1+
FHIR_CODE_FULL_VERSION = '3.4.32-SNAPSHOT';
2+
FHIR_CODE_RELEASE_DATE = '2024-11-27';
3+
FHIR_CODE_RELEASE_DATETIME = '20241127041723.013Z';

release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Change Notes:
22

3-
* Add support for code = / concept = filters on $expand
3+
*
44

55
## Conformance Notes:
66

7-
* tx.fhir.org passed all HL7 terminology service tests (mode 'tx.fhir.org', tests v1.6.6, runner v6.4.0)
7+
*

server/fhirconsole.lpi

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<VersionInfo>
1919
<MajorVersionNr Value="3"/>
2020
<MinorVersionNr Value="4"/>
21-
<RevisionNr Value="30"/>
21+
<RevisionNr Value="31"/>
2222
<Attributes pvaDebug="False"/>
2323
</VersionInfo>
2424
<BuildModes Count="8">

server/fhirserver.dproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
9393
<VerInfo_MajorVer>3</VerInfo_MajorVer>
9494
<VerInfo_MinorVer>4</VerInfo_MinorVer>
95-
<VerInfo_Release>30</VerInfo_Release>
95+
<VerInfo_Release>31</VerInfo_Release>
9696
<VerInfo_Debug>false</VerInfo_Debug>
9797
</PropertyGroup>
9898
<PropertyGroup Condition="&apos;$(Base_Win32)&apos;!=&apos;&apos;">
@@ -167,7 +167,7 @@
167167
<DCC_RangeChecking>true</DCC_RangeChecking>
168168
<DCC_DebugDCUs>false</DCC_DebugDCUs>
169169
<VerInfo_MajorVer>3</VerInfo_MajorVer>
170-
<VerInfo_Release>30</VerInfo_Release>
170+
<VerInfo_Release>31</VerInfo_Release>
171171
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
172172
<VerInfo_MinorVer>4</VerInfo_MinorVer>
173173
<VerInfo_Debug>false</VerInfo_Debug>

server/fhirserver.lpi

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<UseVersionInfo Value="True"/>
2020
<MajorVersionNr Value="3"/>
2121
<MinorVersionNr Value="4"/>
22-
<RevisionNr Value="30"/>
22+
<RevisionNr Value="31"/>
2323
<Attributes pvaDebug="False"/>
2424
</VersionInfo>
2525
<BuildModes Count="8">

toolkit2/fhirtoolkit.lpi

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<UseVersionInfo Value="True"/>
1818
<MajorVersionNr Value="3"/>
1919
<MinorVersionNr Value="4"/>
20-
<RevisionNr Value="30"/>
20+
<RevisionNr Value="31"/>
2121
<Attributes pvaDebug="False"/>
2222
</VersionInfo>
2323
<BuildModes>

0 commit comments

Comments
 (0)