From 7c67f7f08c2a1abd07e93bfc43357e5bde3ce6b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Hangst=C3=B6rfer?= Date: Wed, 19 Oct 2016 14:09:59 +0200 Subject: [PATCH] v6.2.5 --- RaidCore.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RaidCore.lua b/RaidCore.lua index 82eeb43..a9da021 100644 --- a/RaidCore.lua +++ b/RaidCore.lua @@ -30,9 +30,9 @@ local next, pcall = next, pcall -- Constants. ---------------------------------------------------------------------------------------------------- -- Should be 5.23 when replacement tokens will works (see #88 issue). -local RAIDCORE_CURRENT_VERSION = "6.2.4" +local RAIDCORE_CURRENT_VERSION = "6.2.5" -- Should be deleted. -local ADDON_DATE_VERSION = 16101818 +local ADDON_DATE_VERSION = 16101914 -- 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)