diff options
author | friendica <info@friendica.com> | 2012-05-29 22:57:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-29 22:57:15 -0700 |
commit | 88a0d6a1d53a93fa0d43591f85b72a8a72c13d53 (patch) | |
tree | 4347cab04767aafe7b5567d68539e666284fa3cc /boot.php | |
parent | b6fe837a643c9c7bb63a5196d4d14c508f3fce55 (diff) | |
download | volse-hubzilla-88a0d6a1d53a93fa0d43591f85b72a8a72c13d53.tar.gz volse-hubzilla-88a0d6a1d53a93fa0d43591f85b72a8a72c13d53.tar.bz2 volse-hubzilla-88a0d6a1d53a93fa0d43591f85b72a8a72c13d53.zip |
private group tests, cont.
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.1358' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1144 ); +define ( 'DB_UPDATE_VERSION', 1145 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |