diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-06 12:58:41 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-06 12:58:41 +0200 |
commit | 0cb2407c94744029be9c892e5e1cc2a743ca18bc (patch) | |
tree | 13c32b977cd993d035c43a4a0fff342b43ae6555 /boot.php | |
parent | 52d5ef905e580983bf88e06f1a9c4775258b9730 (diff) | |
parent | 4f9588d9eeb0dea7d824760f899094f0c98763c3 (diff) | |
download | volse-hubzilla-0cb2407c94744029be9c892e5e1cc2a743ca18bc.tar.gz volse-hubzilla-0cb2407c94744029be9c892e5e1cc2a743ca18bc.tar.bz2 volse-hubzilla-0cb2407c94744029be9c892e5e1cc2a743ca18bc.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1303' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1135 ); +define ( 'DB_UPDATE_VERSION', 1136 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |