Skip to content

Commit

Permalink
Version bump => 0.9. We need testers to get to V1!
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed May 2, 2011
1 parent d3cdeca commit dddbb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/CONFIG.php.example 100755 → 100644
Expand Up @@ -27,7 +27,7 @@ unset($path);
// Set the ERROR. This is used by all steps to ensure that nothing has perviously gone awry, and allows the next step to excecute. All steps will first check to make sure that ERROR == 100.
$ERROR = 100;

$CONFIG["APIVersion"] = 0.8;
$CONFIG["APIVersion"] = 0.9;

$CONFIG['SystemTimeZone'] = "America/Los_Angeles";
date_default_timezone_set($CONFIG['SystemTimeZone']);
Expand Down

0 comments on commit dddbb0b

Please sign in to comment.