aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-15 13:57:00 -0800
committerfriendica <info@friendica.com>2012-01-15 13:57:00 -0800
commite12341b71654d26aa17101229176d5aa8b67a001 (patch)
tree7749896d0b002caddfdb7bf54d91cba59fe117f9 /boot.php
parenta1dc3185be63f174b53692e6a79492717c561c76 (diff)
downloadvolse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.tar.gz
volse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.tar.bz2
volse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.zip
api post broken with recent change to use REQUEST vars in mod_item
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 1c20bebc5..f37696ffa 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.1224' );
+define ( 'FRIENDICA_VERSION', '2.3.1227' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1115 );