Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Oct 28, 2021
1 parent 5925282 commit eabb881
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
10 changes: 5 additions & 5 deletions install/fhirserver.fbp8
Expand Up @@ -64,7 +64,7 @@ begin
as.defaultvalue = %purpose%
as.xpos = -1
as.ypos = -1
as.returnvalue = "remove javascript support for stability"
as.returnvalue = "web interface for icao certificate support"
as.returnvariable = purpose
end
action.variables.savetoini
Expand Down Expand Up @@ -166,7 +166,7 @@ begin
action.delphi.build
begin
allowimplicitimport = true
alwaysuseconditionalsfromdof = false
alwaysuseconditionalsfromdof = true
autoincbuild = true
autoupdatefileversion = true
autoupdateproductversion = false
Expand Down Expand Up @@ -231,7 +231,7 @@ begin
workaroundd5bug = false
delphi.compileroptions
begin
alwaysuseconditionalsfromdof = false
alwaysuseconditionalsfromdof = true
alwaysusedelphilibrarypath = true
alwaysusedofsearchpath = true
assertions = true
Expand Down Expand Up @@ -297,7 +297,7 @@ begin
action.delphi.build
begin
allowimplicitimport = true
alwaysuseconditionalsfromdof = false
alwaysuseconditionalsfromdof = true
autoincbuild = true
autoupdatefileversion = true
autoupdateproductversion = false
Expand Down Expand Up @@ -362,7 +362,7 @@ begin
workaroundd5bug = false
delphi.compileroptions
begin
alwaysuseconditionalsfromdof = false
alwaysuseconditionalsfromdof = true
alwaysusedelphilibrarypath = true
alwaysusedofsearchpath = true
assertions = false
Expand Down
Binary file modified install/fhirserver.htm
Binary file not shown.
8 changes: 6 additions & 2 deletions install/fhirserver.rss
Expand Up @@ -3,11 +3,15 @@
<channel>
<title>FHIRServer (reference server) Release history</title>
<link>http://www.healthintersections.com.au/FhirServer</link>
<item><title>FHIRServer release 1.0.405 2021-10-27</title>
<item><title>FHIRServer release 1.0.406 2021-10-28</title>
<link>http://www.healthintersections.com.au/FhirServer/fhirserver-1.0.406.exe</link>
<description>2021-10-28 (v1.0.406): web interface for icao certificate support</description>
</item>
<item><title>FHIRServer release 1.0.405 2021-10-27</title>
<link>http://www.healthintersections.com.au/FhirServer/fhirserver-1.0.405.exe</link>
<description>2021-10-27 (v1.0.405): icao certificate support</description>
</item>
<item><title>FHIRServer release 1.0.404 2021-10-26</title>
<item><title>FHIRServer release 1.0.404 2021-10-26</title>
<link>http://www.healthintersections.com.au/FhirServer/fhirserver-1.0.404.exe</link>
<description>2021-10-26 (v1.0.404): remove javascript support for stability</description>
</item>
Expand Down
4 changes: 2 additions & 2 deletions install/install.iss
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=FHRServer v1.0.405
AppVerName=FHRServer v1.0.406

; compilation control
OutputDir=..\install\build
OutputBaseFilename=fhirserver-1.0.405
OutputBaseFilename=fhirserver-1.0.406
Compression=lzma2/ultra64

; 64 bit
Expand Down
6 changes: 3 additions & 3 deletions install/server.inc
@@ -1,4 +1,4 @@
<td>v0.0.405</td>
<td>2021-10-27</td>
<td><a title="icao certificate support" href="http://www.healthintersections.com.au/FhirServer/fhirserver-1.0.405.exe"><img src="windows.ico"> Install</a></td>
<td>v0.0.406</td>
<td>2021-10-28</td>
<td><a title="web interface for icao certificate support" href="http://www.healthintersections.com.au/FhirServer/fhirserver-1.0.406.exe"><img src="windows.ico"> Install</a></td>
<td></td>
Binary file modified server/fhirserver.res
Binary file not shown.
4 changes: 2 additions & 2 deletions server/server_constants.pas
Expand Up @@ -34,8 +34,8 @@ interface
{
[settings]
} const
BuildCount='405';
BuildDate='2021-10-27';
BuildCount='406';
BuildDate='2021-10-28';


SERVER_FULL_VERSION = '1.9.'+buildCount;
Expand Down

0 comments on commit eabb881

Please sign in to comment.