Skip to content

Commit

Permalink
Bumped API to 13, version Alpha_1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shoghicp committed Aug 13, 2014
1 parent 8b42792 commit f840918
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

gc_enable();
error_reporting(E_ALL | E_STRICT);
error_reporting(-1);
ini_set("allow_url_fopen", 1);
ini_set("display_errors", 1);
ini_set("display_startup_errors", 1);
Expand All @@ -62,13 +62,13 @@

set_include_path(FILE_PATH);

ini_set("memory_limit", "128M"); //Default
ini_set("memory_limit", "256M"); //Default
define("LOG", true);
define("START_TIME", microtime(true));
define("MAJOR_VERSION", "Alpha_1.3.12");
define("CODENAME", "Breadfence");
define("MAJOR_VERSION", "Alpha_1.3.13");
define("CODENAME", "BreadFence");
define("CURRENT_MINECRAFT_VERSION", "v0.9.5 alpha");
define("CURRENT_API_VERSION", 12);
define("CURRENT_API_VERSION", 13);
define("CURRENT_PHP_VERSION", "5.5");
$gitsha1 = false;
if(file_exists(FILE_PATH.".git/refs/heads/master")){ //Found Git information!
Expand Down

1 comment on commit f840918

@PEMapModder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robert Frost said:

In three words I can sum up everything I've learned about life — It goes on.

Please sign in to comment.