aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-21 19:01:05 -0800
committerfriendica <info@friendica.com>2011-11-21 19:01:05 -0800
commitc568493f572bdc88cae288d5c43e9fb55361ce07 (patch)
tree9c1555486780021e7ac5a4c9c4b0812841369551 /boot.php
parentea04263f52dc30ca21e2bfb61ff41cf4428f69f2 (diff)
downloadvolse-hubzilla-c568493f572bdc88cae288d5c43e9fb55361ce07.tar.gz
volse-hubzilla-c568493f572bdc88cae288d5c43e9fb55361ce07.tar.bz2
volse-hubzilla-c568493f572bdc88cae288d5c43e9fb55361ce07.zip
add expire_starred option, fix "delete selected" on some themes, new project name in email templates
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 773422637..6050e6b05 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.1170' );
+define ( 'FRIENDIKA_VERSION', '2.3.1172' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1105 );