diff options
author | Friendika <info@friendika.com> | 2011-09-29 15:32:16 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-29 15:32:16 -0700 |
commit | c68569040e830700128a1aa4ee64de3fa4787930 (patch) | |
tree | 1c7cb99ac9cf7b72319c8cceb690becf45f4e98e /boot.php | |
parent | 6d36fab90f378222db599cda62cceb46006f67e2 (diff) | |
download | volse-hubzilla-c68569040e830700128a1aa4ee64de3fa4787930.tar.gz volse-hubzilla-c68569040e830700128a1aa4ee64de3fa4787930.tar.bz2 volse-hubzilla-c68569040e830700128a1aa4ee64de3fa4787930.zip |
added back for photos page until we can get rid of it cleanly
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ require_once("include/pgettext.php"); require_once('include/nav.php'); define ( 'FRIENDIKA_PLATFORM', 'Free Friendika'); -define ( 'FRIENDIKA_VERSION', '2.3.1118' ); +define ( 'FRIENDIKA_VERSION', '2.3.1119' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1092 ); |