aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-22 02:33:24 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-22 02:33:24 -0700
commit5068ce05693d3bb52e049156eb7900cbe55ff650 (patch)
treedfca5ddf21b914fb4e1f14178dbb9c4f5b887f1e /install
parent8c16f12d7a8dab8def506cc5cd94105abb6e4fbb (diff)
downloadvolse-hubzilla-5068ce05693d3bb52e049156eb7900cbe55ff650.tar.gz
volse-hubzilla-5068ce05693d3bb52e049156eb7900cbe55ff650.tar.bz2
volse-hubzilla-5068ce05693d3bb52e049156eb7900cbe55ff650.zip
dummy update
Diffstat (limited to 'install')
-rw-r--r--install/update.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index bcce4e5b7..c90d4abbb 100644
--- a/install/update.php
+++ b/install/update.php
@@ -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;
+}