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

@@ -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;
}