aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-16 14:23:06 -0800
committerfriendica <info@friendica.com>2011-11-16 14:23:06 -0800
commitede25aabce2e25ce8134157853ff4c7f45e2f784 (patch)
treee09b84c76b3f27790c7dcaf0fbe54c54e632f130 /boot.php
parentfb8dbfa1bba475a8ee3f622a31c397a7b52cbdcb (diff)
downloadvolse-hubzilla-ede25aabce2e25ce8134157853ff4c7f45e2f784.tar.gz
volse-hubzilla-ede25aabce2e25ce8134157853ff4c7f45e2f784.tar.bz2
volse-hubzilla-ede25aabce2e25ce8134157853ff4c7f45e2f784.zip
check all attribute names for validity
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 0e9472c00..7d9337b2e 100644
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
-define ( 'FRIENDIKA_VERSION', '2.3.1166' );
+define ( 'FRIENDIKA_VERSION', '2.3.1167' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1104 );