diff options
author | friendica <info@friendica.com> | 2012-04-01 15:43:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 15:43:57 -0700 |
commit | 00bbb9ad362539cc945254eb66af33e2e470440b (patch) | |
tree | 2c9d21f10924faa6b664722dea85cecfcd10cd15 /boot.php | |
parent | 9b4bef8ac49131f8138d360805645e2da44913ae (diff) | |
download | volse-hubzilla-00bbb9ad362539cc945254eb66af33e2e470440b.tar.gz volse-hubzilla-00bbb9ad362539cc945254eb66af33e2e470440b.tar.bz2 volse-hubzilla-00bbb9ad362539cc945254eb66af33e2e470440b.zip |
slight improvement in handling of plaintext feeds
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.1298' ); +define ( 'FRIENDICA_VERSION', '2.3.1299' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1134 ); |