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

Merge branch 'release/1.7-dpr3' into develop

parents 7dc7fb47 5a365b3f
No related branches found
No related tags found
No related merge requests found
New stuff in 1.7-dpr3
======================
New stuff in 1.7-dpr2 New stuff in 1.7-dpr2
====================== ======================
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
/*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/ /*############## 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) #Current version && schema signature (Changes from version to version)
define('THIS_VERSION','1.7-DPR2'); //Shown on admin panel define('THIS_VERSION','1.7-DPR3'); //Shown on admin panel
define('SCHEMA_SIGNATURE','49478749dc680eef08b7954bd568cfd1'); //MD5 signature of the db schema. (used to trigger upgrades) define('SCHEMA_SIGNATURE','49478749dc680eef08b7954bd568cfd1'); //MD5 signature of the db schema. (used to trigger upgrades)
#load config info #load config info
......
...@@ -21,8 +21,8 @@ Class SetupWizard { ...@@ -21,8 +21,8 @@ Class SetupWizard {
'mysql' => '4.4'); 'mysql' => '4.4');
//Version info - same as the latest version. //Version info - same as the latest version.
var $version ='1.7-dpr2'; var $version ='1.7-dpr3';
var $version_verbose='1.7 DPR 2'; var $version_verbose='1.7 DPR 3';
//Errors //Errors
var $errors=array(); var $errors=array();
......
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