aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-31 19:06:17 -0700
committerfriendica <info@friendica.com>2012-05-31 19:06:17 -0700
commit93bc29a711637c84a4ffc380078277de89af4e6d (patch)
tree46b41c1f463ab90588f109105c95e85dad8fd432 /boot.php
parent598fc1ae2104970f2ba91fbf64aa1754aab6322e (diff)
downloadvolse-hubzilla-93bc29a711637c84a4ffc380078277de89af4e6d.tar.gz
volse-hubzilla-93bc29a711637c84a4ffc380078277de89af4e6d.tar.bz2
volse-hubzilla-93bc29a711637c84a4ffc380078277de89af4e6d.zip
turn registration code into a standalone function for re-use
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 fc5b9b2a6..76cf5cbbe 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.1359' );
+define ( 'FRIENDICA_VERSION', '3.0.1360' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1145 );