aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-07 14:04:34 -0800
committerfriendica <info@friendica.com>2011-12-07 14:04:34 -0800
commitd100944fe625d08da53ca69ab7ed6fefb4f653fc (patch)
tree2c15218ec335281fcb324a476488ccf5c45d0e7a /boot.php
parentefeb377a125a0b5bf1c7a6007482d3a43384dec3 (diff)
downloadvolse-hubzilla-d100944fe625d08da53ca69ab7ed6fefb4f653fc.tar.gz
volse-hubzilla-d100944fe625d08da53ca69ab7ed6fefb4f653fc.tar.bz2
volse-hubzilla-d100944fe625d08da53ca69ab7ed6fefb4f653fc.zip
api post default to default post permissions was broken
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 032c05a50..bd7dfa8e4 100644
--- 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.1187' );
+define ( 'FRIENDICA_VERSION', '2.3.1188' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1111 );