This commit is contained in:
redmatrix
2015-09-02 20:54:00 -07:00
2 changed files with 11 additions and 3 deletions

View File

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