[rt-users] Quickly find out the version of RT from just the files

Jesse Vincent jesse at bestpractical.com
Tue Mar 21 01:17:04 EST 2006




On Tue, Mar 21, 2006 at 04:58:37PM +1100, Benji Wakely wrote:
> Greetings,
> 
> I was wondering if it was possible to determine the version number of
> RT using only the files that were installed under (for example)
> /opt/rt3/

perl -I/opt/rt3/lib -MRT -e'print "$RT::VERSION\n"';


> Cheers,
> --Benji



More information about the rt-users mailing list