diff options
author | zotlabs <mike@macgirvin.com> | 2018-08-02 22:49:30 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-08-02 22:49:30 -0700 |
commit | d908f53607512b8bfa3fbf65cb6fc9623fab5c63 (patch) | |
tree | 245fcc2e40ec90568b7d3db08d6478db971874fa /boot.php | |
parent | c806279fa97aa6880e1e0542be00937406e79d27 (diff) | |
download | volse-hubzilla-d908f53607512b8bfa3fbf65cb6fc9623fab5c63.tar.gz volse-hubzilla-d908f53607512b8bfa3fbf65cb6fc9623fab5c63.tar.bz2 volse-hubzilla-d908f53607512b8bfa3fbf65cb6fc9623fab5c63.zip |
add app_options field
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.7.1' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1216 ); +define ( 'DB_UPDATE_VERSION', 1217 ); define ( 'PROJECT_BASE', __DIR__ ); |