aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-22 03:39:43 -0700
committerfriendica <info@friendica.com>2014-06-22 03:39:43 -0700
commita0747799fcbec42862333611026baccfc8bcacdc (patch)
tree9b364e5937e6c26dc9fde3e5f410239972fbf816 /boot.php
parenta175c7dba7e6ceb3823cfb9de8d8b74355e9da57 (diff)
downloadvolse-hubzilla-a0747799fcbec42862333611026baccfc8bcacdc.tar.gz
volse-hubzilla-a0747799fcbec42862333611026baccfc8bcacdc.tar.bz2
volse-hubzilla-a0747799fcbec42862333611026baccfc8bcacdc.zip
likes table for liking things besides posts and comments
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 3855ecd58..3a9f93d5e 100755
--- a/boot.php
+++ b/boot.php
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1112 );
+define ( 'DB_UPDATE_VERSION', 1113 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );