Skip to content

Commit

Permalink
Somehow 1.10 was already released on Nuget... update to 1.11.0 then.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Feb 10, 2020
1 parent 99907a7 commit fb0df71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion universal/Allegro.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<tags>Native</tags>
<dependencies>
<group>
<dependency id="AllegroDeps" version="[1.10.0.0]" />
<dependency id="AllegroDeps" version="[1.11.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.10.0.0</version>
<version>1.11.0.0</version>
<title>Allegro Dependencies Package</title>
<authors>Allegro Developers</authors>
<owners>Allegro Developers</owners>
Expand Down
2 changes: 1 addition & 1 deletion universal/create_nuspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

parser = argparse.ArgumentParser()
parser.add_argument('--allegro_version', default='5.2.6.0')
parser.add_argument('--allegro_deps_version', default='1.10.0.0')
parser.add_argument('--allegro_deps_version', default='1.11.0.0')
parser.add_argument('--toolchains', default='v141,v142')
parser.add_argument('--bits', default='win32,x64')
ARGS = parser.parse_args()
Expand Down
2 changes: 1 addition & 1 deletion universal/package_msys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x
set -e

ALLEGRO_VERSION=5.2.6.0
DEPS_VERSION=1.10.0
DEPS_VERSION=1.11.0
GCC_VERSION_32=9.2.0
GCC_VERSION_64=9.2.0

Expand Down

0 comments on commit fb0df71

Please sign in to comment.