diff options
author | friendica <info@friendica.com> | 2014-10-14 18:02:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-14 18:02:34 -0700 |
commit | 2db7d88e285f2deb6d75d961bccfa396cd4eaae6 (patch) | |
tree | a32df171e9ab09c63e7a582db9f589c73fa3527d /boot.php | |
parent | 903f7e73fbc9a36c0a073ff1c9f05555a030a34e (diff) | |
download | volse-hubzilla-2db7d88e285f2deb6d75d961bccfa396cd4eaae6.tar.gz volse-hubzilla-2db7d88e285f2deb6d75d961bccfa396cd4eaae6.tar.bz2 volse-hubzilla-2db7d88e285f2deb6d75d961bccfa396cd4eaae6.zip |
this is the reason Diaspora forum tagging was broken
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ define ( 'RED_PLATFORM', 'redmatrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1129 ); +define ( 'DB_UPDATE_VERSION', 1130 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |