diff options
author | friendica <info@friendica.com> | 2012-02-28 14:52:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-28 14:52:23 -0800 |
commit | 4dd4a2258235cfafc0d5a4f87d116755ebe52ead (patch) | |
tree | f99c8008663f88d29e75fb6c04f95e6b0a336250 /boot.php | |
parent | 53412dacd4cb52f0c1162af7ba66aa01f71147b3 (diff) | |
download | volse-hubzilla-4dd4a2258235cfafc0d5a4f87d116755ebe52ead.tar.gz volse-hubzilla-4dd4a2258235cfafc0d5a4f87d116755ebe52ead.tar.bz2 volse-hubzilla-4dd4a2258235cfafc0d5a4f87d116755ebe52ead.zip |
From Tobias H - catch some irregularities caused by cut/paste code
Diffstat (limited to 'boot.php')
-rwxr-xr-x | 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.1265' ); +define ( 'FRIENDICA_VERSION', '2.3.1266' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1129 ); |