Re: [Camino] Getting camino's current version number
Stuart Morgan <[email protected]>
| Newsgroups | gmane.comp.mozilla.chimera,gmane.comp.macosx.camino.general |
|---|---|
| Message-ID | <[email protected]> |
On Apr 23, 2007, at 4:10 AM, Robert D. wrote: > where, in there, do the "Implementors" concoct the part of the date > seen > in my "today's" version It's a string constant that's compiled into the binary. You could run 'strings' on the binary and look for a 10-digit number starting with 2007; it's not foolproof but it would probably work most of the time. -Stuart