diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index a3f26689..f32d108f 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 291, + BUILD_REVISION => 292, BUILD_DATE => "2011-01-31", }; diff --git a/modules/compiler_vm/cc b/modules/compiler_vm/cc new file mode 100755 index 00000000..a86a63ed --- /dev/null +++ b/modules/compiler_vm/cc @@ -0,0 +1,6 @@ +#!/bin/sh + +CC_LOCAL=1 +export CC_LOCAL +ulimit -c 50000 +./compiler_vm_client.pl compiler $*