summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/search.php b/search.php
index 54f2b21..ad511e4 100644
--- a/search.php
+++ b/search.php
@@ -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;
}
/**