Version for new fixes applied
This commit is contained in:
parent
61d9375ae2
commit
89b84ced68
1 changed files with 2 additions and 2 deletions
4
boot.lua
4
boot.lua
|
|
@ -13,8 +13,8 @@
|
|||
local addonName, Details222 = ...
|
||||
local version, build, date, tocversion = GetBuildInfo()
|
||||
|
||||
Details.build_counter = 12027
|
||||
Details.alpha_build_counter = 12027 --if this is higher than the regular counter, use it instead
|
||||
Details.build_counter = 12028
|
||||
Details.alpha_build_counter = 12028 --if this is higher than the regular counter, use it instead
|
||||
Details.dont_open_news = true
|
||||
Details.game_version = version
|
||||
Details.userversion = version .. " " .. Details.build_counter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue