diff options
author | redmatrix <git@macgirvin.com> | 2016-02-24 16:59:50 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-24 17:00:16 -0800 |
commit | 6300f47cdcd921141b8f98b71d373d53aa3d80f2 (patch) | |
tree | 4eff5f2dbcd3fbe78e55726186534091832ebf6a /boot.php | |
parent | 2b95580cc006b410c8df7b71846872b0defba68d (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); /** |