Bump version for release.
Former-commit-id: 4e0f69d8421b4d0a421f5960ce8ff77497acfa63
This commit is contained in:
parent
146d77f819
commit
3db718799f
|
@ -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("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'));
|
||||||
|
|
||||||
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