diff options
author | friendica <info@friendica.com> | 2012-02-23 20:29:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-23 20:29:09 -0800 |
commit | 44c23cda8edcde0ad6f904b8333f563b6d5ebc39 (patch) | |
tree | 1c65d976ad15e925c3e2de3dc7e172f5ba42fc30 /boot.php | |
parent | 65ddefe9c5db4f5af9495377cd7e4463e8f68ef6 (diff) | |
download | volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.gz volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.bz2 volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.zip |
theme shakeup commences - themes are now administered in admin panel.
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.1261' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1123 ); +define ( 'DB_UPDATE_VERSION', 1124 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |