aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-29 16:44:02 -0700
committerfriendica <info@friendica.com>2012-05-29 16:44:02 -0700
commit419cf91aae555f6e42767765f476b1f1cc85e5df (patch)
treee1389042de771dc9784ba3b0217500b914a7cf35 /boot.php
parent2eafa9a47519f9f35c5eb568cf4235c092c1dcce (diff)
downloadvolse-hubzilla-419cf91aae555f6e42767765f476b1f1cc85e5df.tar.gz
volse-hubzilla-419cf91aae555f6e42767765f476b1f1cc85e5df.tar.bz2
volse-hubzilla-419cf91aae555f6e42767765f476b1f1cc85e5df.zip
bugfixes: private photo embeds and search for strings with %
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 affa351dc..9875b42ef 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', '3.0.1357' );
+define ( 'FRIENDICA_VERSION', '3.0.1358' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1144 );