aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-28 12:09:17 -0800
committerfriendica <info@friendica.com>2012-01-28 12:09:17 -0800
commitd54042dd3898c5f4f0bc67df576484c6d25c86b2 (patch)
tree548e34b55fe5610032c9a85d3ee4b835ed71f75b /boot.php
parent5161be67e9f4eebe5723b44ddd3ad37e18f0a632 (diff)
downloadvolse-hubzilla-d54042dd3898c5f4f0bc67df576484c6d25c86b2.tar.gz
volse-hubzilla-d54042dd3898c5f4f0bc67df576484c6d25c86b2.tar.bz2
volse-hubzilla-d54042dd3898c5f4f0bc67df576484c6d25c86b2.zip
mime_content_type requires access to the file, not just the name
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index c2c99a55e..74e46599f 100755
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1237' );
+define ( 'FRIENDICA_VERSION', '2.3.1238' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1118 );