aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-30 17:07:03 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-30 17:07:03 -0700
commit4c6368d0750650ac2281d5a1b1831ca9d5b00501 (patch)
tree95f28e3226df7f8b5a20f732c7496785b763da74 /install
parent1097cd25830bc11d9aacf24f0e43322d6f397ca3 (diff)
downloadvolse-hubzilla-4c6368d0750650ac2281d5a1b1831ca9d5b00501.tar.gz
volse-hubzilla-4c6368d0750650ac2281d5a1b1831ca9d5b00501.tar.bz2
volse-hubzilla-4c6368d0750650ac2281d5a1b1831ca9d5b00501.zip
dummy update
Diffstat (limited to 'install')
-rw-r--r--install/update.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index fb49e9a16..0f9ec4c79 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1144 );
+define( 'UPDATE_VERSION' , 1145 );
/**
*
@@ -1666,4 +1666,9 @@ function update_r1143() {
return UPDATE_SUCCESS;
return UPDATE_FAILED;
+}
+
+function update_r1144() {
+ // hubzilla update does not apply here, but we're keeping the numbers in sync
+ return UPDATE_SUCCESS;
} \ No newline at end of file