diff options
author | friendica <info@friendica.com> | 2011-12-06 19:15:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-06 19:15:42 -0800 |
commit | 7eba8adbf7ce1656b9c85f02b21fe46303b219e7 (patch) | |
tree | b9f197666b827add55798b48c07aef8034642d86 /boot.php | |
parent | 0c24784f5e92e0c8269f255e962312574871f2f0 (diff) | |
download | volse-hubzilla-7eba8adbf7ce1656b9c85f02b21fe46303b219e7.tar.gz volse-hubzilla-7eba8adbf7ce1656b9c85f02b21fe46303b219e7.tar.bz2 volse-hubzilla-7eba8adbf7ce1656b9c85f02b21fe46303b219e7.zip |
pm replies
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.1187' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1110 ); +define ( 'DB_UPDATE_VERSION', 1111 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |