diff options
author | friendica <info@friendica.com> | 2014-08-26 20:51:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-26 20:51:59 -0700 |
commit | 8c6067b411ee7f69b3df1341a8696ec1e5811601 (patch) | |
tree | 427917de8503a8c226276c77b24610bda4198a01 /boot.php | |
parent | 6a42d6fe3b1e50af16942d0f22e8cfa01abfde39 (diff) | |
download | volse-hubzilla-8c6067b411ee7f69b3df1341a8696ec1e5811601.tar.gz volse-hubzilla-8c6067b411ee7f69b3df1341a8696ec1e5811601.tar.bz2 volse-hubzilla-8c6067b411ee7f69b3df1341a8696ec1e5811601.zip |
more hard work
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1124 ); +define ( 'DB_UPDATE_VERSION', 1125 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |