diff options
author | friendica <info@friendica.com> | 2012-05-01 01:16:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-01 01:16:47 -0700 |
commit | 584ac68ae4a230c7a61b2720be8bac3de34d68da (patch) | |
tree | 745b62f66fdf9662f38a3cebb34426cadd50c10e /boot.php | |
parent | f175af05f92384fab7adb75390a8aa52dc1bd7e1 (diff) | |
download | volse-hubzilla-584ac68ae4a230c7a61b2720be8bac3de34d68da.tar.gz volse-hubzilla-584ac68ae4a230c7a61b2720be8bac3de34d68da.tar.bz2 volse-hubzilla-584ac68ae4a230c7a61b2720be8bac3de34d68da.zip |
adding zrl support to social graphs
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.1328' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1141 ); +define ( 'DB_UPDATE_VERSION', 1142 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |