From 8281ac70fc245f379dd91550b23f6875772b86ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imm=C3=A9=20sama?= Date: Sun, 16 Aug 2015 21:09:57 +0200 Subject: [PATCH] Update version string --- RaidCore.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)