summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjokkedk <joakim@jokke.dk>2009-07-08 14:27:45 +0000
committerjokkedk <joakim@jokke.dk>2009-07-08 14:27:45 +0000
commit404f88d2fb3e248214cf765b07ce0b76e12e579b (patch)
tree26132aa0c9a451854eb04cf46118b0656d7b734b
parentb56c195ad580ed61ebdfa69acb8e4df1e92c928a (diff)
downloadwebgrind-404f88d2fb3e248214cf765b07ce0b76e12e579b.zip
webgrind-404f88d2fb3e248214cf765b07ce0b76e12e579b.tar.gz
webgrind-404f88d2fb3e248214cf765b07ce0b76e12e579b.tar.bz2
[FIX] Version number parsing issue
-rw-r--r--config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php b/config.php
index 2f607d3..2821922 100644
--- a/config.php
+++ b/config.php
@@ -45,7 +45,7 @@ class Webgrind_Config{
# BELOW NOT FOR EDITING #
#########################
- static $webgrindVersion = '1.0.1';
+ static $webgrindVersion = '1.01';
/**
* Regex that matches the trace files generated by xdebug