diff --git a/main.inc.php b/main.inc.php index 5a43ad3d45f442ab7ed673c4587a656026423392..9dd64e4e1bdae7f1ff7a19cb6dad85b1e376a633 100644 --- a/main.inc.php +++ b/main.inc.php @@ -71,7 +71,7 @@ /*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/ #Current version && schema signature (Changes from version to version) - define('THIS_VERSION','1.7.0+'); //Shown on admin panel + define('THIS_VERSION','1.7-git'); //Shown on admin panel require(INCLUDE_DIR.'class.osticket.php'); diff --git a/setup/setup.inc.php b/setup/setup.inc.php index ab75b7219ddc69b482ef56fb6a7c2de998fc438c..b59d0cee071d3265f2d1af127ca775049861d5b8 100644 --- a/setup/setup.inc.php +++ b/setup/setup.inc.php @@ -15,7 +15,7 @@ **********************************************************************/ #This version - changed on every release -define('THIS_VERSION', '1.7.0+'); +define('THIS_VERSION', '1.7-git'); #inits - error reporting. $error_reporting = E_ALL & ~E_NOTICE;