Skip to content

Commit

Permalink
Version 7.2.1 (#14)
Browse files Browse the repository at this point in the history
* Update for hotfix 7.2.1 (#13)

* Change path for PK-Sim download for hotfix 7.2.1

* Update for hotfix 7.2.1. Ensure that MoBi version is also using the latest one
  • Loading branch information
msevestre authored Dec 19, 2017
1 parent 96db7ab commit 506f437
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
app_version: '7.2.0'
app_version: '7.2.1'

version: '%app_version%.{build}'

Expand Down
4 changes: 2 additions & 2 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
VARIABLES[:ProductVersion] = @product_version
VARIABLES[:ProductFullVersion] = @product_full_version

MSI[:pksim] = create_package('pk-sim', 'PK-Sim')
MSI[:mobi] = create_package('mobi', 'MoBi')
MSI[:pksim] = create_package('pk-sim', 'PK-Sim', 'setup.zip', @product_version, 'hotfix/7.2.1')
MSI[:mobi] = create_package('mobi', 'MoBi', 'setup.zip', @product_version, 'hotfix/7.2.1')
MSI[:matlab] = create_package('matlab-toolbox', 'Matlab-Toolbox')
MSI[:r] = create_package('r-toolbox', 'R-Toolbox')
MSI[:validator] = create_package('installationvalidator', 'InstallationValidator')
Expand Down
4 changes: 2 additions & 2 deletions versions.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<applications>
<application name="PK-Sim">
<version>7.2.0</version>
<version>7.2.1</version>
</application>
<application name="MoBi">
<version>7.2.0</version>
<version>7.2.1</version>
</application>
</applications>

0 comments on commit 506f437

Please sign in to comment.