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 6323 - Amaya version number displayed with extra dot.
Summary: Amaya version number displayed with extra dot.
Status: CLOSED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Misc (show other bugs)
Version: 10.1-pre5
Hardware: Macintosh MacOS X
: P2 minor
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-19 10:11 UTC by Pascal Pignard
Modified: 2009-06-21 09:32 UTC (History)
5 users (show)

See Also:


Attachments

Description Pascal Pignard 2008-12-19 10:11:21 UTC
Amaya version number displayed "11.0." on Mac with an extra dot at the end as writen in Info.plist (see following extract), is it correct? Not rather than 11.0 or 11.0.0?
Moreover the last copyright year is stuck to 2005, is it correct?

	<key>CFBundleVersion</key>
	<string>11.0.</string>
	<key>CFBundleShortVersionString</key>
	<string>11.0.</string>
	<key>CFBundleGetInfoString</key>
	<string>amaya version 11.0., (c) 1995-2005 INRIA and W3C</string>
	<key>CFBundleLongVersionString</key>
	<string>11.0., (c) 1995-2005 INRIA and W3C</string>
	<key>NSHumanReadableCopyright</key>
	<string>(c) 1995-2005 INRIA and W3C</string>

Hope this help.
Comment 1 Pascal Pignard 2009-05-24 09:41:21 UTC
Amaya version number is without extradot in last version 11.2-pre3.
Is copyright year 2005 also correct ?