diff options
author | Mario <mario@mariovavti.com> | 2022-01-19 09:41:57 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-19 09:41:57 +0000 |
commit | f392ddec2f249d8bcc6851825975d43e20880625 (patch) | |
tree | 6e3bb9df2f2cc0b47d1376bbe1aa19b5779daf8c /boot.php | |
parent | a73d4a8cbd1712b7b07122f050f415efe8516b99 (diff) | |
parent | df71168ab76531b399829ebad3f363b563f135ad (diff) | |
download | volse-hubzilla-f392ddec2f249d8bcc6851825975d43e20880625.tar.gz volse-hubzilla-f392ddec2f249d8bcc6851825975d43e20880625.tar.bz2 volse-hubzilla-f392ddec2f249d8bcc6851825975d43e20880625.zip |
Merge branch 'dev' into 7.0RC
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '7.0RC1' ); define ( 'ZOT_REVISION', '6.0' ); -define ( 'DB_UPDATE_VERSION', 1250 ); +define ( 'DB_UPDATE_VERSION', 1251 ); define ( 'PROJECT_BASE', __DIR__ ); |