aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-22 00:25:01 -0700
committerfriendica <info@friendica.com>2012-06-22 00:25:01 -0700
commiteeceecc9baf6b8e8f238158439b34e2b465fee1a (patch)
tree72e8b66091448940b8ace6c227a6ca30877aaf55 /boot.php
parent53c9ea760659b39deeab9cff5d4f26d5abd63d31 (diff)
downloadvolse-hubzilla-eeceecc9baf6b8e8f238158439b34e2b465fee1a.tar.gz
volse-hubzilla-eeceecc9baf6b8e8f238158439b34e2b465fee1a.tar.bz2
volse-hubzilla-eeceecc9baf6b8e8f238158439b34e2b465fee1a.zip
unterminated sql string
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 7369b4ece..682fafdbd 100644
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '3.0.1380' );
+define ( 'FRIENDICA_VERSION', '3.0.1381' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1149 );