Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Mar 18, 2014
2 parents 2543c28 + aed490e commit 636ea9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Psy/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private function getStub()

$content = file_get_contents(__DIR__.'/../../bin/psysh');
$content = preg_replace('{/\* <<<.*?>>> \*/}sm', $autoload, $content);
$content .= "__halt_compiler();";
$content .= "__HALT_COMPILER();";

return $content;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Psy/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
class Shell extends Application
{
const VERSION = 'v0.1.6';
const VERSION = 'v0.1.7';

const PROMPT = '>>> ';
const BUFF_PROMPT = '... ';
Expand Down

0 comments on commit 636ea9b

Please sign in to comment.