diff --git a/include/functions.php b/include/functions.php
index ea538dbb373a679484789154476f59a64b8494fb..74ad609132a02d24b622895365612f0d0b7b3ed3 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,7 @@
 <?php
 	define('EXPECTED_CONFIG_VERSION', 26);
 	define('SCHEMA_VERSION', 102);
+	define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)');
 
 	$fetch_last_error = false;
 	$pluginhost = false;