diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 00:00:38 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 00:00:38 +0200 |
commit | 69d46538ce523f2e7ee66077d409b6f9e74c97b6 (patch) | |
tree | 11308ed4d10a0ee4bd72c1c1e691fa467090a214 | |
parent | 208d38207e80dc82a9e97d53153a7dfceb0496a5 (diff) | |
download | volse-hubzilla-69d46538ce523f2e7ee66077d409b6f9e74c97b6.tar.gz volse-hubzilla-69d46538ce523f2e7ee66077d409b6f9e74c97b6.tar.bz2 volse-hubzilla-69d46538ce523f2e7ee66077d409b6f9e74c97b6.zip |
Update boot.php
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.7.4' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1220 ); +define ( 'DB_UPDATE_VERSION', 1221 ); define ( 'PROJECT_BASE', __DIR__ ); |