Merge branch 'master' of https://github.com/redmatrix/redmatrix
This commit is contained in:
commit
26411ab385
2
boot.php
2
boot.php
@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
|
|||||||
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', 1144 );
|
define ( 'DB_UPDATE_VERSION', 1145 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Constant with a HTML line break.
|
* @brief Constant with a HTML line break.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define( 'UPDATE_VERSION' , 1144 );
|
define( 'UPDATE_VERSION' , 1145 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -1667,3 +1667,8 @@ function update_r1143() {
|
|||||||
return UPDATE_FAILED;
|
return UPDATE_FAILED;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function update_r1144() {
|
||||||
|
// hubzilla update does not apply here, but we're keeping the numbers in sync
|
||||||
|
return UPDATE_SUCCESS;
|
||||||
|
}
|
@ -1 +1 @@
|
|||||||
2015-07-29.1108
|
2015-07-30.1109
|
||||||
|
Reference in New Issue
Block a user