diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-05 13:24:58 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-05 13:24:58 -0800 |
commit | 36ef1d1bc63d6c2040947ee9c18ba16072ffb76e (patch) | |
tree | 56f3285bcef0418ea368d6aa62eccd3d6ba5bdbc /boot.php | |
parent | 61aa33af1d30f047af709d7f513357e62c8307c3 (diff) | |
download | volse-hubzilla-36ef1d1bc63d6c2040947ee9c18ba16072ffb76e.tar.gz volse-hubzilla-36ef1d1bc63d6c2040947ee9c18ba16072ffb76e.tar.bz2 volse-hubzilla-36ef1d1bc63d6c2040947ee9c18ba16072ffb76e.zip |
move the instance stuff to abook where it belongs
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H' define ( 'STD_VERSION', '1.0' ); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1160 ); +define ( 'DB_UPDATE_VERSION', 1161 ); /** |