aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-21 14:07:28 -0800
committerfriendica <info@friendica.com>2012-01-21 14:07:28 -0800
commitb5ec47590673ff9d147de1952d357b34e405a131 (patch)
treebd558e95fa168a793edd9f66b22698e64fceb410 /boot.php
parent43102e940a2c3c8994733527f39b1b26a46589b4 (diff)
downloadvolse-hubzilla-b5ec47590673ff9d147de1952d357b34e405a131.tar.gz
volse-hubzilla-b5ec47590673ff9d147de1952d357b34e405a131.tar.bz2
volse-hubzilla-b5ec47590673ff9d147de1952d357b34e405a131.zip
bug #253 use MSQLI_ASSOC, not MYSQL_ASSOC
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 dabdafd8e..c8a7d6803 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.1231' );
+define ( 'FRIENDICA_VERSION', '2.3.1232' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1115 );