diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php -$version = "2.0.1"; +define("VERSION", "2.0.2"); /** * Load and parse the config file, setting any defaults here if non-required @@ -97,7 +97,7 @@ function getHelp($config) */ function getVersion($config) { - return $config["command"] . " v" . $version; + return $config["command"] . " v" . VERSION; } /** |