Skip to content

Commit

Permalink
Release updates for building Linux and Mac installers
Browse files Browse the repository at this point in the history
  • Loading branch information
norulz committed Jul 5, 2019
1 parent 71e6ce9 commit c3fd4c5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion linux-create-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# After running the script the compiled installers should be in the linux_online_installer folder and the repository should be ready for upload
#

XVER="1.2.2"
XVER="1.2.6"

## go to the installer build folder
cd linux_online_installer
Expand Down
2 changes: 1 addition & 1 deletion linux_online_installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>XyGrib</Name>
<Version>1.2.2</Version>
<Version>1.2.6</Version>
<Title>XyGrib</Title>
<Publisher>OpenGribs.org</Publisher>
<ProductUrl>https://opengribs.org/en/xygrib</ProductUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>XyGrib Linux Core Application Files</DisplayName>
<Description>Executable and libraries needed to run the application.</Description>
<Version>1.2.2</Version>
<ReleaseDate>2019-01-08</ReleaseDate>
<Version>1.2.6</Version>
<ReleaseDate>2019-07-05</ReleaseDate>
<Licenses>
<License name="GNU General Public License Version 3" file="license.txt" />
</Licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>XyGrib Static Data</DisplayName>
<Description>Data needed by XyGrib such as maps, gis info, color schemes and translations</Description>
<Version>1.2.2</Version>
<ReleaseDate>2019-01-08</ReleaseDate>
<Version>1.2.6</Version>
<ReleaseDate>2019-07-05</ReleaseDate>
<Default>true</Default>
<SortingPriority>002</SortingPriority>
<Script>installscript.qs</Script>
Expand Down
2 changes: 1 addition & 1 deletion mac-deploy-and-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# UPDATE VERSION AND RELEASE DATES in xml files

XVER="v1.2.2"
XVER="v1.2.6"

## run the Qt mac deployment tool to create the executable package
cd deploy
Expand Down
2 changes: 1 addition & 1 deletion mac_online_installer/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>XyGrib</Name>
<Version>1.2.2</Version>
<Version>1.2.6</Version>
<Title>XyGrib</Title>
<Publisher>OpenGribs.org</Publisher>
<ProductUrl>https://opengribs.org/en/xygrib</ProductUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>XyGrib Mac Core Application Files</DisplayName>
<Description>Executable and libraries needed to run the application.</Description>
<Version>1.2.2</Version>
<ReleaseDate>2019-01-08</ReleaseDate>
<Version>1.2.6</Version>
<ReleaseDate>2019-07-05</ReleaseDate>
<Licenses>
<License name="GNU General Public License Version 3" file="license.txt" />
</Licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>XyGrib Static Data</DisplayName>
<Description>Data needed by XyGrib such as maps, gis info, color schemes and translations</Description>
<Version>1.2.2</Version>
<ReleaseDate>2019-01-08</ReleaseDate>
<Version>1.2.6</Version>
<ReleaseDate>2019-07-05</ReleaseDate>
<Default>true</Default>
<SortingPriority>002</SortingPriority>
<Script>installscript.qs</Script>
Expand Down

0 comments on commit c3fd4c5

Please sign in to comment.