Difference between revisions of "Release version"
From Verific Design Automation FAQ
(Created page with "'''Q: How do I tell the version of a Verific software release? ''' The APIs: Message::ReleaseString() Message::ReleaseDate() respectively return the release string (e.g...") |
|||
Line 10: | Line 10: | ||
Also, the tclmain application with -v option will output release data: | Also, the tclmain application with -v option will output release data: | ||
− | + | $ tclmain-linux-O -v | |
− | + | -- (c) Copyright 1999 - 2020 Verific Design Automation Inc. All rights reserved | |
− | + | -- Verific release: Mar20_SW_Release, to: Company, release date: Tue Apr 28 09:13:38 2020 | |
− | + | Hello, init.tcl has been executed | |
− | + | % | |
− | + | ||
− | + |
Revision as of 14:42, 8 February 2021
Q: How do I tell the version of a Verific software release?
The APIs:
Message::ReleaseString() Message::ReleaseDate()
respectively return the release string (e.g. "Sep16_SW_Release") and the release date (e.g. "Thu Sep 29 17:57:37 2016").
Also, the tclmain application with -v option will output release data:
$ tclmain-linux-O -v -- (c) Copyright 1999 - 2020 Verific Design Automation Inc. All rights reserved -- Verific release: Mar20_SW_Release, to: Company, release date: Tue Apr 28 09:13:38 2020 Hello, init.tcl has been executed %