diff options
author | friendica <info@friendica.com> | 2012-02-29 18:19:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-29 18:19:08 -0800 |
commit | bbebb4c2a050f22e9aa51cb123359b169bcb3b3c (patch) | |
tree | 691c6f2b64556df936a7f9e9b23a69b3873b962a /boot.php | |
parent | 84d5f495e6e6edd7114b7e72711035e96479e39a (diff) | |
download | volse-hubzilla-bbebb4c2a050f22e9aa51cb123359b169bcb3b3c.tar.gz volse-hubzilla-bbebb4c2a050f22e9aa51cb123359b169bcb3b3c.tar.bz2 volse-hubzilla-bbebb4c2a050f22e9aa51cb123359b169bcb3b3c.zip |
notification enhancements
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.1267' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1129 ); +define ( 'DB_UPDATE_VERSION', 1130 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |