The below command can be used to find the file version.
adident Header $AU_TOP/resource/<filename>.pll
Output will be like:
$Header CUSTOM.pld 115.1.115100.2 2002/04/01 05:40:18 appldev ship $
or
strings $AU_TOP/resource/<filename>.pll | grep -i header
$Header CUSTOM.pld 115.1.115100.2 2002/04/01 05:40:18 appldev ship $
or
strings $AU_TOP/resource/<filename>.pll | grep -i header
Post a Comment
Post a Comment