Skip to content
Snippets Groups Projects
Commit cd9e4e0c authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #749 from greezybacon/issue/git-version


Disambiguate version string when running off of git

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 0a50574c e0e37ff7
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment