5.19.10-10-g7ac7dc8

This commit is contained in:
NoM0Re
2025-06-08 22:27:10 +02:00
committed by GitHub
parent 046e8b61fd
commit 0c528b2607
28 changed files with 272 additions and 327 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ local Private = select(2, ...)
local L = WeakAuras.L
local optionsVersion = "5.19.10"
local optionsVersion = "5.19.10-10-g7ac7dc8 Beta"
if optionsVersion .. " Beta" ~= WeakAuras.versionString then
if optionsVersion ~= WeakAuras.versionString then
local message = string.format(L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"],
optionsVersion, WeakAuras.versionString)
WeakAuras.IsLibsOk = function() return false end