mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Bump version to 1.8.3-dev.
This commit is contained in:
parent
58d6835c17
commit
3dd030c4e3
@ -1 +1 @@
|
|||||||
1.8.2
|
1.8.3-dev
|
||||||
|
@ -20,8 +20,8 @@ if ($^O eq "linux" || $^O eq "darwin")
|
|||||||
Build::Command("flip -u support/versionchanger.pl");
|
Build::Command("flip -u support/versionchanger.pl");
|
||||||
Build::Command("chmod +x 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'));
|
#Build::Command(Build::PathFormat('support/versionchanger.pl'));
|
||||||
|
|
||||||
my $DEVENV = "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe";
|
my $DEVENV = "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user