Game Development Community

Torque Game Engine 1.3 Get Version

by James Tracey · in Torque Game Engine · 08/21/2005 (10:28 am) · 5 replies

I purchased the Torque Game Engine 1.3 SDK
and when I run echo(GetVersionString());
it returns 1.2.
I downloaded the latest version via CVS and that returns 1.4, so wheres 1.3?
Thanks

#1
08/21/2005 (12:57 pm)
No one changed the version number in the 1.3 or 1.3.1 release. They still have 1.2 as the number.
#2
08/21/2005 (4:07 pm)
One of those minor issues. Eep. :)
#3
08/22/2005 (10:17 am)
Thanks
#4
11/10/2005 (10:33 am)
So... how can you definitively tell what version you're got?

Michael Rogers
#5
11/10/2005 (10:53 am)
Alas, version control is one of those questions man has asked through the ages:

* Who am I?
* Where did I come from?
* Is there nothing more?
* What version of Torque do I have?

Anyway, you might try running a CVS diff between the version you've got and the version in the repository. Like so:

cvs diff -r Release_1_3_1