Closed
Bug 287098
Opened 20 years ago
Closed 19 years ago
1.0+ is not smaller than 1.1
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: doronr, Assigned: bugs)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•20 years ago
|
||
Comment 3•19 years ago
|
||
I verified the new version comparator code like this:
$ xpcshell
js> var c =
Components.classes["@mozilla.org/xpcom/version-comparator;1"].createInstance(Components.interfaces.nsIVersionComparator);
js> c.compare("1.0+", "1.1")
-1
So, looks to me as though this bug is fixed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•