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

Merge branch 'release/v1.7-RC3' into develop

parents 597bc1b2 91916415
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,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-RC2+'); //Shown on admin panel
define('THIS_VERSION','1.7-RC3'); //Shown on admin panel
define('SCHEMA_SIGNATURE','00ff231f2ade8797a0e7f2a7fccd52f4'); //MD5 signature of the db schema. (used to trigger upgrades)
#load config info
$configfile='';
......
......@@ -15,7 +15,7 @@
**********************************************************************/
#This version - changed on every release
define('THIS_VERSION', '1.7-RC2+');
define('THIS_VERSION', '1.7-RC3');
#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