aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-29 14:35:20 -0800
committerfriendica <info@friendica.com>2011-11-29 14:35:20 -0800
commit7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c (patch)
tree30701dfa77536b9d7a35125b685a02dfa583e33a /boot.php
parent3bf192ba08e4d9d9927074364037a5ed289693c5 (diff)
downloadvolse-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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index b07249260..2d937f2c4 100644
--- a/boot.php
+++ b/boot.php
@@ -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' );