dummy update

This commit is contained in:
redmatrix
2015-09-23 22:31:49 -07:00
parent 7734bbfe4d
commit 8a94a4938f
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1154 );
define( 'UPDATE_VERSION' , 1155 );
/**
*
@@ -1762,3 +1762,7 @@ function update_r1152() {
function update_r1153() {
return UPDATE_SUCCESS;
}
function update_r1154() {
return UPDATE_SUCCESS;
}