aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-11 16:13:57 -0700
committerfriendica <info@friendica.com>2012-04-11 16:13:57 -0700
commit8a8702c9cd5dde44356da11f5417db6af0597d4e (patch)
tree7b50275f011fabbef1a9b4b559ce735e582cb0ff /boot.php
parentcdb6510b9f3007d2afd3081313caa7d045af1e7c (diff)
downloadvolse-hubzilla-8a8702c9cd5dde44356da11f5417db6af0597d4e.tar.gz
volse-hubzilla-8a8702c9cd5dde44356da11f5417db6af0597d4e.tar.bz2
volse-hubzilla-8a8702c9cd5dde44356da11f5417db6af0597d4e.zip
extensible item_id table for managing all the different message-ids generated by multiple services
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index abc749493..d1ab4c7b8 100644
--- a/boot.php
+++ b/boot.php
@@ -9,9 +9,9 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1308' );
+define ( 'FRIENDICA_VERSION', '2.3.1309' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1137 );
+define ( 'DB_UPDATE_VERSION', 1138 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );