diff --git a/RaidCore.lua b/RaidCore.lua index 363ddf6..e70ce80 100644 --- a/RaidCore.lua +++ b/RaidCore.lua @@ -27,9 +27,9 @@ local GetCurrentZoneMap = GameLib.GetCurrentZoneMap -- Constants. ---------------------------------------------------------------------------------------------------- -- Should be @project-version@ when replacement tokens will works (see #88 issue). -local RAIDCORE_CURRENT_VERSION = "3.12-alpha" +local RAIDCORE_CURRENT_VERSION = "4.0-alpha" -- Should be deleted. -local ADDON_DATE_VERSION = 15081002 +local ADDON_DATE_VERSION = 15081601 -- Sometimes Carbine have inserted some no-break-space, for fun. -- Behavior seen with French language. This problem is not present in English. local NO_BREAK_SPACE = string.char(194, 160)