diff options
author | friendica <info@friendica.com> | 2011-11-27 17:41:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-27 17:41:23 -0800 |
commit | ccef8995779d8b97e0bd9965eee5c592101969de (patch) | |
tree | 45408e7e5b539f2d00dc15ed6de96820df2fbd4a /boot.php | |
parent | d9e1ebfc48a2dee1c5c7be525dbdd3053ade334a (diff) | |
download | volse-hubzilla-ccef8995779d8b97e0bd9965eee5c592101969de.tar.gz volse-hubzilla-ccef8995779d8b97e0bd9965eee5c592101969de.tar.bz2 volse-hubzilla-ccef8995779d8b97e0bd9965eee5c592101969de.zip |
start of d* private mail, dba without mysqli
Diffstat (limited to 'boot.php')
-rw-r--r-- | 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.1178' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1105 ); +define ( 'DB_UPDATE_VERSION', 1106 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |