diff options
author | friendica <info@friendica.com> | 2012-06-24 21:16:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-24 21:16:55 -0700 |
commit | c464bc494c51bd871c2cf01a441ea2c4f8defc65 (patch) | |
tree | 14a4c5a83cab785f41ae465c308729ce7b551a56 /boot.php | |
parent | 9528beac34389f8d8f20de1816bca8d516a556cc (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ); |