Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns the current game version as a string.

version = GetBuildVersion();

Arguements
None

Returns
version
The current version string

Example
version = GetBuildVersion();
DEFAULT_CHAT_FRAME:AddMessage("Current game version is " .. version .. "!", .5, 0, 0);
Returns
Current game version is 1.2.1!

Details
This only returns the version number, not the build number or any other information.
Advertisement