dummy update placeholder

This commit is contained in:
redmatrix 2015-09-01 16:25:10 -07:00
parent 69dc1b03c3
commit d753ae4cf1
3 changed files with 10 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', 1149 );
define ( 'DB_UPDATE_VERSION', 1150 );
/**
* @brief Constant with a HTML line break.

View File

@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1149 );
define( 'UPDATE_VERSION' , 1150 );
/**
*
@ -1732,4 +1732,11 @@ function update_r1148() {
return UPDATE_SUCCESS;
return UPDATE_FAILED;
}
function update_r1149() {
// hubzilla update does not apply here, but we're keeping the numbers in sync
return UPDATE_SUCCESS;
}

View File

@ -1 +1 @@
2015-08-31.1141
2015-09-01.1142