php version 02

This commit is contained in:
Mashaper
2011-04-20 14:20:51 -07:00
parent 45b36f9a3e
commit a3ba45fe92
5 changed files with 35 additions and 29 deletions

View File

@@ -27,5 +27,9 @@
require_once(dirname(__FILE__) . "/json.php");
define("CLIENT_LIBRARY_LANGUAGE", "PHP");
define("CLIENT_LIBRARY_VERSION", "V01");
define("CLIENT_LIBRARY_VERSION", "V02");
define("TOKEN", "_token");
define("LANGUAGE", "_language");
define("VERSION", "_version");
?>