From dddbb0b1b2840238fae919857640493e5a43082b Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Mon, 2 May 2011 00:19:39 -0700 Subject: [PATCH] Version bump => 0.9. We need testers to get to V1! --- API/CONFIG.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 API/CONFIG.php.example diff --git a/API/CONFIG.php.example b/API/CONFIG.php.example old mode 100755 new mode 100644 index 84045fe..60bcb44 --- a/API/CONFIG.php.example +++ b/API/CONFIG.php.example @@ -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']);