diff options
author | mrjive <mrjive@mrjive.it> | 2018-04-22 10:54:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 10:54:41 +0200 |
commit | 51c533536fe1569aef0e0451db95970073084f75 (patch) | |
tree | f69eb0e6e2fda2f6c08c4afeee343d3c724f2dd8 /boot.php | |
parent | 84e2bdcf76109eaa1e54007cb42d9aad8fc144b1 (diff) | |
parent | 5a736d338b1c0aa1671d34ff724c2649ccf7e1e7 (diff) | |
download | volse-hubzilla-51c533536fe1569aef0e0451db95970073084f75.tar.gz volse-hubzilla-51c533536fe1569aef0e0451db95970073084f75.tar.bz2 volse-hubzilla-51c533536fe1569aef0e0451db95970073084f75.zip |
Merge pull request #10 from redmatrix/dev
Dev
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.5' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1211 ); +define ( 'DB_UPDATE_VERSION', 1212 ); define ( 'PROJECT_BASE', __DIR__ ); |