aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-24 21:16:55 -0700
committerfriendica <info@friendica.com>2012-06-24 21:16:55 -0700
commitc464bc494c51bd871c2cf01a441ea2c4f8defc65 (patch)
tree14a4c5a83cab785f41ae465c308729ce7b551a56 /boot.php
parent9528beac34389f8d8f20de1816bca8d516a556cc (diff)
downloadvolse-hubzilla-c464bc494c51bd871c2cf01a441ea2c4f8defc65.tar.gz
volse-hubzilla-c464bc494c51bd871c2cf01a441ea2c4f8defc65.tar.bz2
volse-hubzilla-c464bc494c51bd871c2cf01a441ea2c4f8defc65.zip
add like/dislike to profiles
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 8aa36f18a..2c8723d26 100644
--- a/boot.php
+++ b/boot.php
@@ -12,7 +12,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1384' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1149 );
+define ( 'DB_UPDATE_VERSION', 1150 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );