dummy update

This commit is contained in:
redmatrix
2015-09-18 22:43:35 -07:00
parent f2104b0a5a
commit 3dc066a143
4 changed files with 12 additions and 8 deletions

View File

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