aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-24 16:59:50 -0800
committerredmatrix <git@macgirvin.com>2016-02-24 17:00:16 -0800
commit6300f47cdcd921141b8f98b71d373d53aa3d80f2 (patch)
tree4eff5f2dbcd3fbe78e55726186534091832ebf6a /boot.php
parent2b95580cc006b410c8df7b71846872b0defba68d (diff)
downloadvolse-hubzilla-6300f47cdcd921141b8f98b71d373d53aa3d80f2.tar.gz
volse-hubzilla-6300f47cdcd921141b8f98b71d373d53aa3d80f2.tar.bz2
volse-hubzilla-6300f47cdcd921141b8f98b71d373d53aa3d80f2.zip
schema change to support channel move (a completely different operation than channel clone)
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index f1c7d8951..7610f16d8 100755
--- a/boot.php
+++ b/boot.php
@@ -50,7 +50,7 @@ define ( 'RED_VERSION', trim(file_get_contents('version.inc')));
define ( 'STD_VERSION', '1.2.4' );
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1163 );
+define ( 'DB_UPDATE_VERSION', 1164 );
/**