Skip to content

Commit

Permalink
[TASK] Tagged version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adgrafik committed Jan 9, 2014
1 parent d0e8a35 commit 91ed23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Core/Bootstrap.php
Expand Up @@ -22,7 +22,7 @@
$host = $_SERVER['HTTP_HOST'];

// Define constants
define('GMP_VERSION', '1.0.0-beta');
define('GMP_VERSION', '1.0.0');
define('GMP_PATH', rtrim(realpath(__DIR__ . '/../../'), '/') . '/');
define('GMP_DIR', ltrim(str_replace($_SERVER['DOCUMENT_ROOT'], '', GMP_PATH), '/'));
define('GMP_HTTP', $protocol.$host . '/');
Expand Down

0 comments on commit 91ed23e

Please sign in to comment.