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