diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-02-28 05:25:05 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-02-28 05:25:05 -0500 |
commit | 718c5ea23e642f8eb3fd91670e5b8faf705df55b (patch) | |
tree | 8d6792d5e06efae2b26ae0a70696cd6278d57a6c /boot.php | |
parent | cf7e141055fe0028a56bfca64d8e0646c5470863 (diff) | |
parent | 53412dacd4cb52f0c1162af7ba66aa01f71147b3 (diff) | |
download | volse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.tar.gz volse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.tar.bz2 volse-hubzilla-718c5ea23e642f8eb3fd91670e5b8faf705df55b.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
update globaldir when page-type changes, add spam date field
clicking contact on contacts page broken link
* master:
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.1265' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1128 ); +define ( 'DB_UPDATE_VERSION', 1129 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |