Skip to content

Commit

Permalink
Corrected version number to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Chatting committed Jun 27, 2010
1 parent 828ecbb commit b820eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixel/pxl/pixel.php
Expand Up @@ -26,7 +26,7 @@
// Leave this alone (unless you know what you're doing)
define('DOMAIN', preg_replace('#^www\.#', '', $_SERVER['SERVER_NAME']));
define('URL', str_replace('index.php', '', 'http://'.DOMAIN.$_SERVER['SCRIPT_NAME']));
define('VERSION', '0.3');
define('VERSION', '0.4');

$parsed = parse_pixel_url();

Expand Down

0 comments on commit b820eb5

Please sign in to comment.