Skip to content

Commit

Permalink
Bump deps version to 1.7.0, Allegro package version to 5.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Oct 15, 2017
1 parent 7ae7842 commit 766b4e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions universal/Allegro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Allegro</id>
<version>5.2.3.0</version>
<version>5.2.3.1</version>
<title>Allegro Game Programming Library</title>
<authors>Allegro Developers</authors>
<owners>Allegro Developers</owners>
Expand All @@ -19,7 +19,7 @@
<tags>Native</tags>
<dependencies>
<group>
<dependency id="AllegroDeps" version="[1.6.0.0]" />
<dependency id="AllegroDeps" version="[1.7.0.0]" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion universal/AllegroDeps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>AllegroDeps</id>
<version>1.6.0.0</version>
<version>1.7.0.0</version>
<title>Allegro Dependencies Package</title>
<authors>Allegro Developers</authors>
<owners>Allegro Developers</owners>
Expand Down
4 changes: 2 additions & 2 deletions universal/package_msys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -x
set -e

ALLEGRO_VERSION=5.2.3.0
DEPS_VERSION=1.6.0
ALLEGRO_VERSION=5.2.3.1
DEPS_VERSION=1.7.0
GCC_VERSION=7.2.0

make_deps_package() {
Expand Down

0 comments on commit 766b4e8

Please sign in to comment.