aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-29 16:01:44 -0700
committerfriendica <info@friendica.com>2012-03-29 16:01:44 -0700
commit5921dc6f1679afdcc0551da248f94d24db9ed360 (patch)
tree328215df9dbfe0b0fe8468331d5c0cf4eb0c7d21 /boot.php
parente935b3a2253e2c1078ebecb7b9784029c94fb344 (diff)
downloadvolse-hubzilla-5921dc6f1679afdcc0551da248f94d24db9ed360.tar.gz
volse-hubzilla-5921dc6f1679afdcc0551da248f94d24db9ed360.tar.bz2
volse-hubzilla-5921dc6f1679afdcc0551da248f94d24db9ed360.zip
typo in function name
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b02e686ba..4a4adbbc8 100755
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1295' );
+define ( 'FRIENDICA_VERSION', '2.3.1296' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1133 );