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

Bump version number to RC5+ post RC5 release

parent e9015a70
Branches
Tags
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-RC5'); //Shown on admin panel define('THIS_VERSION','1.7-RC5+'); //Shown on admin panel
define('SCHEMA_SIGNATURE', 'd959a00e55c75e0c903b9e37324fd25d'); //MD5 signature of the db schema. (used to trigger upgrades) define('SCHEMA_SIGNATURE', 'd959a00e55c75e0c903b9e37324fd25d'); //MD5 signature of the db schema. (used to trigger upgrades)
#load config info #load config info
$configfile=''; $configfile='';
......
...@@ -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-RC5'); define('THIS_VERSION', '1.7-RC5+');
#inits - error reporting. #inits - error reporting.
$error_reporting = E_ALL & ~E_NOTICE; $error_reporting = E_ALL & ~E_NOTICE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment