add a fingerprint for ff 3.6.3 on windows

git-svn-id: file:///home/svn/framework3/trunk@9128 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-04-24 19:36:58 +00:00
parent 30b210a896
commit 13171ad1c6
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ function getVersion(){
case "20100316060223": ua_version = "3.6.2"; os_name = "#{oses::LINUX}"; break;
case "20100316074819": ua_version = "3.6.2"; os_name = "#{oses::WINDOWS}"; break;
case "20100324182054": ua_version = "3.6.2"; os_name = "#{oses::FREEBSD}"; os_flavor = "PC-BSD"; arch = "#{ARCH_X86}"; break;
case "20100401080539": ua_version = "3.6.3"; os_name = "#{oses::WINDOWS}"; break;
case "20100402010516": ua_version = "3.5.9"; os_name = "#{oses::LINUX}"; os_flavor = "Ubuntu"; break;
}