diff options
author | Zach Prezkuta <fermion@gmx.com> | 2012-06-03 14:52:42 -0600 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2012-06-03 14:53:30 -0600 |
commit | 2a01ae8149e8a16ea0c0c5619a8dd0b682dba21c (patch) | |
tree | 3ec279fab94641faa31d9a031dab93260bc416f3 /boot.php | |
parent | 9920fb39e566a10c44aa7ead9603ff3d1893a01a (diff) | |
download | volse-hubzilla-2a01ae8149e8a16ea0c0c5619a8dd0b682dba21c.tar.gz volse-hubzilla-2a01ae8149e8a16ea0c0c5619a8dd0b682dba21c.tar.bz2 volse-hubzilla-2a01ae8149e8a16ea0c0c5619a8dd0b682dba21c.zip |
database updates
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', '3.0.1362' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1147 ); +define ( 'DB_UPDATE_VERSION', 1148 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |