diff options
author | friendica <info@friendica.com> | 2012-03-02 00:09:10 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-02 00:09:10 -0800 |
commit | be231e346658eb68e518324ba995aaccb7abd055 (patch) | |
tree | 12fa14ba29159ec4c8b473c244eba0bbb9b79a7c /boot.php | |
parent | f55ffcd48ce5c0b3254ae1a02fda7b29d875fa09 (diff) | |
download | volse-hubzilla-be231e346658eb68e518324ba995aaccb7abd055.tar.gz volse-hubzilla-be231e346658eb68e518324ba995aaccb7abd055.tar.bz2 volse-hubzilla-be231e346658eb68e518324ba995aaccb7abd055.zip |
item table update for file feature
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1268' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1130 ); +define ( 'DB_UPDATE_VERSION', 1131 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |