diff options
author | friendica <info@friendica.com> | 2011-11-29 14:35:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-29 14:35:20 -0800 |
commit | 7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c (patch) | |
tree | 30701dfa77536b9d7a35125b685a02dfa583e33a /boot.php | |
parent | 3bf192ba08e4d9d9927074364037a5ed289693c5 (diff) | |
download | volse-hubzilla-7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c.tar.gz volse-hubzilla-7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c.tar.bz2 volse-hubzilla-7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c.zip |
personal tab on network page
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,9 +9,9 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1179' ); +define ( 'FRIENDICA_VERSION', '2.3.1180' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1106 ); +define ( 'DB_UPDATE_VERSION', 1107 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |