dummy update
This commit is contained in:
parent
9b1195c896
commit
e26f771cbe
2
boot.php
2
boot.php
@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
|
|||||||
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
|
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
|
||||||
define ( 'ZOT_REVISION', 1 );
|
define ( 'ZOT_REVISION', 1 );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1156 );
|
define ( 'DB_UPDATE_VERSION', 1157 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Constant with a HTML line break.
|
* @brief Constant with a HTML line break.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define( 'UPDATE_VERSION' , 1156 );
|
define( 'UPDATE_VERSION' , 1157 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -1770,3 +1770,7 @@ function update_r1154() {
|
|||||||
function update_r1155() {
|
function update_r1155() {
|
||||||
return UPDATE_SUCCESS;
|
return UPDATE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function update_r1156() {
|
||||||
|
return UPDATE_SUCCESS;
|
||||||
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-10-14.1185
|
2015-10-15.1186
|
||||||
|
Reference in New Issue
Block a user