diff options
author | zotlabs <mike@macgirvin.com> | 2018-08-13 21:18:20 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-08-13 21:18:20 -0700 |
commit | f15c1c4e54a49d1e76747ca5e3034ca2cef909aa (patch) | |
tree | 417d40aaf26fa3be3f85072e6ef92e1267e4d956 /boot.php | |
parent | 62925c4c3f0fb184c194f0cb177c1525ccdb72cb (diff) | |
download | volse-hubzilla-f15c1c4e54a49d1e76747ca5e3034ca2cef909aa.tar.gz volse-hubzilla-f15c1c4e54a49d1e76747ca5e3034ca2cef909aa.tar.bz2 volse-hubzilla-f15c1c4e54a49d1e76747ca5e3034ca2cef909aa.zip |
hubloc DB changes needed for z6
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.7.1' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1217 ); +define ( 'DB_UPDATE_VERSION', 1218 ); define ( 'PROJECT_BASE', __DIR__ ); |