diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; } /** |