aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-01 01:16:47 -0700
committerfriendica <info@friendica.com>2012-05-01 01:16:47 -0700
commit584ac68ae4a230c7a61b2720be8bac3de34d68da (patch)
tree745b62f66fdf9662f38a3cebb34426cadd50c10e /boot.php
parentf175af05f92384fab7adb75390a8aa52dc1bd7e1 (diff)
downloadvolse-hubzilla-584ac68ae4a230c7a61b2720be8bac3de34d68da.tar.gz
volse-hubzilla-584ac68ae4a230c7a61b2720be8bac3de34d68da.tar.bz2
volse-hubzilla-584ac68ae4a230c7a61b2720be8bac3de34d68da.zip
adding zrl support to social graphs
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 44a8d8c32..125dda224 100644
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1328' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1141 );
+define ( 'DB_UPDATE_VERSION', 1142 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );