diff options
author | friendica <info@friendica.com> | 2012-02-26 18:53:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-26 18:53:48 -0800 |
commit | fc036210fb599cff936b647689362ebacf86a16b (patch) | |
tree | e216e1fa6007b8bbe4aa994cb7c9a7db6d8a23b9 /boot.php | |
parent | 6bc48b29ccdab1c9d48f159282f5dbd8eaa5d5ef (diff) | |
download | volse-hubzilla-fc036210fb599cff936b647689362ebacf86a16b.tar.gz volse-hubzilla-fc036210fb599cff936b647689362ebacf86a16b.tar.bz2 volse-hubzilla-fc036210fb599cff936b647689362ebacf86a16b.zip |
spam db
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1264' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1127 ); +define ( 'DB_UPDATE_VERSION', 1128 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |