File tree 7 files changed +15
-15
lines changed
7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
; AppID can never be changed as subsequent installations require the same installation ID each time
4
4
AppID = FHIRToolkit
5
5
AppName = Health Intersections FHIR Toolkit
6
- AppVerName = FHIRToolkit v3.4.2
6
+ AppVerName = FHIRToolkit v3.4.3
7
7
8
8
; compilation control
9
9
OutputDir = ..\install\build
10
- OutputBaseFilename = fhirtoolkit-win64-3.4 .2
10
+ OutputBaseFilename = fhirtoolkit-win64-3.4 .3
11
11
Compression = lzma2 /ultra64
12
12
13
13
; 64 bit
@@ -32,11 +32,11 @@ UninstallFilesDir={app}\uninstall
32
32
; win2000+ add/remove programs support
33
33
AppPublisher = Health Intersections P/L
34
34
AppPublisherURL = http://www.healthintersections.com.au
35
- AppVersion = 3.4 .2
35
+ AppVersion = 3.4 .3
36
36
AppSupportURL = https://github.com/grahamegrieve/fhirserver
37
37
AppUpdatesURL = https://github.com/grahamegrieve/fhirserver
38
38
AppCopyright = Copyright (c) Health Intersections Pty Ltd 2020 +
39
- VersionInfoVersion = 3.4 .2 .0
39
+ VersionInfoVersion = 3.4 .3 .0
40
40
41
41
; dialog support
42
42
LicenseFile = ..\license
Original file line number Diff line number Diff line change 3
3
; AppID can never be changed as subsequent installations require the same installation ID each time
4
4
AppID = FHIRServer
5
5
AppName = Health Intersections FHIR Server
6
- AppVerName = FHIRServer v3.4.2
6
+ AppVerName = FHIRServer v3.4.3
7
7
8
8
; compilation control
9
9
OutputDir = ..\install\build
10
- OutputBaseFilename = fhirserver-win64-3.4 .2
10
+ OutputBaseFilename = fhirserver-win64-3.4 .3
11
11
Compression = lzma2 /ultra64
12
12
13
13
; 64 bit
@@ -34,11 +34,11 @@ UninstallFilesDir={app}\uninstall
34
34
; win2000+ add/remove programs support
35
35
AppPublisher = Health Intersections P/L
36
36
AppPublisherURL = http://www.healthintersections.com.au
37
- AppVersion = 3.4 .2
37
+ AppVersion = 3.4 .3
38
38
AppSupportURL = https://github.com/grahamegrieve/fhirserver
39
39
AppUpdatesURL = https://github.com/grahamegrieve/fhirserver
40
40
AppCopyright = Copyright (c) Health Intersections Pty Ltd 2011 +
41
- VersionInfoVersion = 3.4 .2 .0
41
+ VersionInfoVersion = 3.4 .3 .0
42
42
43
43
; dialog support
44
44
LicenseFile = ..\license
Original file line number Diff line number Diff line change 1
- FHIR_CODE_FULL_VERSION = ' 3.4.2 ' ;
1
+ FHIR_CODE_FULL_VERSION = ' 3.4.3 ' ;
2
2
FHIR_CODE_RELEASE_DATE = ' 2024-03-18' ;
3
- FHIR_CODE_RELEASE_DATETIME = ' 20240318122018.112Z ' ;
3
+ FHIR_CODE_RELEASE_DATETIME = ' 20240318130301.265Z ' ;
Original file line number Diff line number Diff line change 18
18
<VersionInfo>
19
19
<MajorVersionNr Value="3"/>
20
20
<MinorVersionNr Value="4"/>
21
- <RevisionNr Value="2 "/>
21
+ <RevisionNr Value="3 "/>
22
22
<Attributes pvaDebug="False"/>
23
23
</VersionInfo>
24
24
<BuildModes Count="8">
Original file line number Diff line number Diff line change 92
92
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
93
93
<VerInfo_MajorVer>3</VerInfo_MajorVer>
94
94
<VerInfo_MinorVer>4</VerInfo_MinorVer>
95
- <VerInfo_Release>2 </VerInfo_Release>
95
+ <VerInfo_Release>3 </VerInfo_Release>
96
96
<VerInfo_Debug>false</VerInfo_Debug>
97
97
</PropertyGroup>
98
98
<PropertyGroup Condition="'$(Base_Win32)'!=''">
167
167
<DCC_RangeChecking>true</DCC_RangeChecking>
168
168
<DCC_DebugDCUs>false</DCC_DebugDCUs>
169
169
<VerInfo_MajorVer>3</VerInfo_MajorVer>
170
- <VerInfo_Release>2 </VerInfo_Release>
170
+ <VerInfo_Release>3 </VerInfo_Release>
171
171
<AppDPIAwarenessMode>none</AppDPIAwarenessMode>
172
172
<VerInfo_MinorVer>4</VerInfo_MinorVer>
173
173
<VerInfo_Debug>false</VerInfo_Debug>
Original file line number Diff line number Diff line change 19
19
<UseVersionInfo Value="True"/>
20
20
<MajorVersionNr Value="3"/>
21
21
<MinorVersionNr Value="4"/>
22
- <RevisionNr Value="2 "/>
22
+ <RevisionNr Value="3 "/>
23
23
<Attributes pvaDebug="False"/>
24
24
</VersionInfo>
25
25
<BuildModes Count="8">
Original file line number Diff line number Diff line change 17
17
<UseVersionInfo Value="True"/>
18
18
<MajorVersionNr Value="3"/>
19
19
<MinorVersionNr Value="4"/>
20
- <RevisionNr Value="2 "/>
20
+ <RevisionNr Value="3 "/>
21
21
<Attributes pvaDebug="False"/>
22
22
</VersionInfo>
23
23
<BuildModes>
You can’t perform that action at this time.
0 commit comments