Sujet : is it possible to programmatically access Tcllib and Tklib versions?
De : mark (at) *nospam* qtrac.eu (Mark Summerfield)
Groupes : comp.lang.tclDate : 26. Jun 2024, 08:40:00
Autres entêtes
Message-ID : <eYecndZfv-BNWOb7nZ2dnZfqnPUAAAAA@brightview.co.uk>
User-Agent : Pan/0.154 (Izium; 517acf4)
For a --help option or for an About box I like to show lib versions.
This is easy for Tcl and for Tk, e.g.
"Tcl v$::tcl_patchLevel/Tk v$::tk_version"
But I can't see how to get the versions of Tcllib and Tklib. Is this
possible?