diff options
author | friendica <info@friendica.com> | 2011-11-30 17:08:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-30 17:08:16 -0800 |
commit | 37730ecc2aa9a55faa232658fc348da241416700 (patch) | |
tree | f022b5a0ea149e09e9d7b29b60079366883a68a7 /boot.php | |
parent | 8f381e01aebbddfed9f56ba21e18837e570dee19 (diff) | |
download | volse-hubzilla-37730ecc2aa9a55faa232658fc348da241416700.tar.gz volse-hubzilla-37730ecc2aa9a55faa232658fc348da241416700.tar.bz2 volse-hubzilla-37730ecc2aa9a55faa232658fc348da241416700.zip |
typo
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1180' ); +define ( 'FRIENDICA_VERSION', '2.3.1181' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1107 ); |