Quantcast

Fixed version text in UI title bar.

James D. Callahan III [07-26-10 - 08:55]
Fixed version text in UI title bar.
Filename
core.lua
diff --git a/core.lua b/core.lua
index 75bf308..805da8a 100644
--- a/core.lua
+++ b/core.lua
@@ -476,7 +476,12 @@ function addon:OnInitialize()
 		return
 	end
 	local version = GetAddOnMetadata("AckisRecipeList", "Version")
-	self.version = (version == "@project-version@") and "Devel" or version
+
+	-- @alpha@
+	version = "Devel"
+	-- @end-alpha@
+
+	self.version = version

 	self:SetupOptions()