This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12155 - Wrong Version number on exe file
Summary: Wrong Version number on exe file
Status: NEW
Alias: None
Product: Amaya
Classification: Unclassified
Component: Misc (show other bugs)
Version: 11.3.1
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 22:38 UTC by p.slaghekke
Modified: 2011-09-07 21:07 UTC (History)
6 users (show)

See Also:


Attachments

Description p.slaghekke 2011-02-22 22:38:50 UTC
Secunia psi is showing my latest amaya install 11.3.1 as 9.0.10  when I check the version on the executable it list 9.0.10 not 11.3.1  can this be fixed?  thank you
Comment 1 Peter Edmunds 2011-09-07 21:07:39 UTC
The amaya.exe distributed in amaya-WinXP-11.3.1.exe has the Version Info resource

-----

1 VERSIONINFO
FILEVERSION 9,0,1,0
PRODUCTVERSION 9,0,1,0
FILEOS 0x40004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
	BLOCK "040c04b0"
	{
		VALUE "Comments", ""
		VALUE "CompanyName", "W3C INRIA"
		VALUE "FileDescription", "Amaya"
		VALUE "FileVersion", "9.0.1"
		VALUE "InternalName", "Amaya"
		VALUE "LegalCopyright", "Copyright © 1999-2004"
		VALUE "LegalTrademarks", ""
		VALUE "OriginalFilename", "Amaya.exe"
		VALUE "PrivateBuild", ""
		VALUE "ProductName", "W3C INRIA Amaya"
		VALUE "ProductVersion", "9.0.1"
		VALUE "SpecialBuild", ""
	}
}

BLOCK "VarFileInfo"
{
	VALUE "Translation", 0x040C 0x04B0
}
}

-----

Changing FILEVERSION 9,0,1,0 
to FILEVERSION 11,3,1,0
satisfies the Secunia PSI test for the latest version.

Incidentally, the Copyright statement could do with being updated too.