dummy update

This commit is contained in:
redmatrix 2015-09-22 02:33:24 -07:00
parent 8c16f12d7a
commit 5068ce0569
3 changed files with 7 additions and 3 deletions

View file

@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1153 );
define ( 'DB_UPDATE_VERSION', 1154 );
/**
* @brief Constant with a HTML line break.

View file

@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1153 );
define( 'UPDATE_VERSION' , 1154 );
/**
*
@ -1758,3 +1758,7 @@ function update_r1151() {
function update_r1152() {
return UPDATE_SUCCESS;
}
function update_r1153() {
return UPDATE_SUCCESS;
}

View file

@ -1 +1 @@
2015-09-21.1162
2015-09-22.1163