diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-12 23:15:30 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-12 23:15:30 -0700 |
commit | 796228b7ad3cac90b23de2954445021578635105 (patch) | |
tree | 9e6170a02e2f100c47ba06a5b3026b957351801f /boot.php | |
parent | 7489a4442ea2041450b3477400c0ecb29b8670d9 (diff) | |
download | volse-hubzilla-796228b7ad3cac90b23de2954445021578635105.tar.gz volse-hubzilla-796228b7ad3cac90b23de2954445021578635105.tar.bz2 volse-hubzilla-796228b7ad3cac90b23de2954445021578635105.zip |
wiki mimetype selection. We can add text/plain as soon as we add code to purify and render it specifically.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.7.2' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1194 ); +define ( 'DB_UPDATE_VERSION', 1195 ); define ( 'PROJECT_BASE', __DIR__ ); |