Skip to content

Commit

Permalink
prepared for release 4.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Nov 13, 2017
1 parent 8f96f01 commit 49451cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions APE.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Set the base URI of the ARE to use
#Default: Relative to the location of APE.jar
#ARE.baseURI=../AsTeRICS/bin/ARE/
ARE.baseURI=../AsTeRICS/bin/ARE/

#Set the model src file(s) / src folder(s), either relative to APE.projectDir or as absolute directory or file URIs
#Seperate several URIs by semicolon (;)
Expand Down Expand Up @@ -38,7 +38,7 @@ fx.deploy.verbose=true

#Name and version of the application
fx.application.name=AsTeRICS Ergo
fx.application.version=4.0.0-alpha
fx.application.version=4.0.0-alpha2

#Provide more detailed information here
fx.info.title=Assistive Technology for Occupational Therapy
Expand All @@ -60,4 +60,4 @@ APE.embedJava=true

#Set the JRE platform basedir to use when embedding java. This is only used if the property APE.embedJava=true
#Default: java.home
#fx.platform.basedir=C:\\Program Files (x86)\\Java\\jdk1.8.0_131
fx.platform.basedir=C:\\Program Files (x86)\\Java\\jdk1.8.0_152
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
</div>
<div id="footer" class="row">
<span class="footer-text">AsTeRICS-Ergo Version 4.0.0-alpha, </span>
<span class="footer-text">AsTeRICS-Ergo Version 4.0.0-alpha2, </span>
<a class="footer-text" target="_blank" href="http://www.asterics-foundation.org">www.asterics-foundation.org</a>
</div>
</div>
6 changes: 3 additions & 3 deletions package/windows/AsTeRICS Ergo.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[Setup]
AppId={{AsTeRICS Ergo}}
AppName=AsTeRICS Ergo
AppVersion=4.0.0-alpha
;AppVerName=AsTeRICS Ergo 4.0.0-alpha
AppVersion=4.0.0-alpha2
;AppVerName=AsTeRICS Ergo 4.0.0-alpha2
AppPublisher=Asterics consortium
AppComments=Assistive Technology for Occupational Therapy
AppCopyright=Copyright (C) 2017
Expand All @@ -23,7 +23,7 @@ DefaultGroupName=Asterics consortium
LicenseFile=
;WinXP or above
MinVersion=0,5.1
OutputBaseFilename=AsTeRICS Ergo-4.0.0-alpha
OutputBaseFilename=AsTeRICS Ergo-4.0.0-alpha2
Compression=lzma
SolidCompression=yes
PrivilegesRequired=admin
Expand Down

0 comments on commit 49451cc

Please sign in to comment.