We don't use v anywhere (beside changelog, no idea why).
authorJan Schneider <jan@horde.org>
Tue, 16 Mar 2010 22:09:40 +0000 (23:09 +0100)
committerJan Schneider <jan@horde.org>
Tue, 16 Mar 2010 22:09:40 +0000 (23:09 +0100)
framework/Mime/lib/Horde/Mime/Headers.php

index 1772251..cbed752 100644 (file)
@@ -265,7 +265,7 @@ class Horde_Mime_Headers
     public function getUserAgent()
     {
         if (is_null($this->_agent)) {
-            $this->_agent = 'Horde Application Framework v4';
+            $this->_agent = 'Horde Application Framework 4';
         }
         return $this->_agent;
     }