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

V1.7-RC1 Release

parent 79eea444
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,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-DPR4'); //Shown on admin panel define('THIS_VERSION','1.7-RC1'); //Shown on admin panel
define('SCHEMA_SIGNATURE','2e7531a201b5b8650dcd43681a832ebd'); //MD5 signature of the db schema. (used to trigger upgrades) define('SCHEMA_SIGNATURE','2e7531a201b5b8650dcd43681a832ebd'); //MD5 signature of the db schema. (used to trigger upgrades)
#load config info #load config info
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
**********************************************************************/ **********************************************************************/
#This version - changed on every release #This version - changed on every release
define('THIS_VERSION', '1.7-DPR4'); define('THIS_VERSION', '1.7-RC1');
#inits #inits
error_reporting(E_ALL ^ E_NOTICE); //turn on errors?? error_reporting(E_ALL ^ E_NOTICE); //turn on errors??
......
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