summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/search.php b/search.php
index 04e12f4..54f2b21 100644
--- a/search.php
+++ b/search.php
@@ -1,5 +1,7 @@
<?php
+$version = "2.0.1";
+
/**
* Load and parse the config file, setting any defaults here if non-required
* fields are not set
@@ -95,7 +97,7 @@ function getHelp($config)
*/
function getVersion($config)
{
- return $config["command"] . " v" . "2.0";
+ return $config["command"] . " v" . $version;
}
/**