diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-06 14:40:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-06 16:41:19 +0200 |
commit | 7877e2467e61fd48c52c8fc6325db5320eb5e03e (patch) | |
tree | 4877ee2db2b41974a3f442319ed2109c4b9bdf4d /boot.php | |
parent | 98ee99071cf5556a323ae7f7bffd341fc03f7a6d (diff) | |
download | volse-hubzilla-7877e2467e61fd48c52c8fc6325db5320eb5e03e.tar.gz volse-hubzilla-7877e2467e61fd48c52c8fc6325db5320eb5e03e.tar.bz2 volse-hubzilla-7877e2467e61fd48c52c8fc6325db5320eb5e03e.zip |
rename grid to network (for consistency) and activity to stream (as seen in osada) because it makes much more sense.
(cherry picked from commit 96277372d55a58349e318e694f4dab3a00fb2f13)
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.8RC' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1221 ); +define ( 'DB_UPDATE_VERSION', 1222 ); define ( 'PROJECT_BASE', __DIR__ ); |