wowpedia
Main Menu


Returns info for the current client build.

version, build, date, tocversion, localizedVersion, buildType = GetBuildInfo()

Returns

version
string - Current patch version
build
string - Build number
date
string - Build date
tocversion
number - Interface (.toc) version number
localizedVersion
string - Localized translation for the string "Version"
buildType
string - Localized build type and machine architecture

Details

Example

/dump GetBuildInfo() -- "9.0.2", "36665", "Nov 17 2020", 90002

Latest Builds

Flavor Patch TOC version
Test-inline Mainline PTR 10.2.0 100200
Dragonflight Mainline 10.1.7 120005
Cataclysm Cataclysm 4.4.2 40402
Wrath-Logo-Small Wrath Classic 3.4.2 30405
WoW Icon update Classic Era 1.14.4 11508


Patch changes

Dragonflight Patch 10.1.0 (2023-05-02): Added localizedVersion and buildType return values.
WoW Icon update Patch 1.10.0 (2006-03-28): Added. Prior to this patch this function was only ever exposed to the glue environment.

See also


References