mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Bump version for release.
This commit is contained in:
parent
9ffe036541
commit
4e0f69d842
@ -1 +1 @@
|
||||
1.8.2-dev
|
||||
1.8.2
|
||||
|
@ -20,7 +20,8 @@ if ($^O eq "linux" || $^O eq "darwin")
|
||||
Build::Command("flip -u support/versionchanger.pl");
|
||||
Build::Command("chmod +x support/versionchanger.pl");
|
||||
}
|
||||
Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
|
||||
#Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
|
||||
Build::Command(Build::PathFormat('support/versionchanger.pl'));
|
||||
|
||||
my $DEVENV = "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user