From 5c9b3fd4da43d8aec3f0e2dd7a3245e55e5782f0 Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Mon, 21 May 2018 22:33:32 -0500 Subject: [PATCH] Automating versioning info --- AnnoyingPopupRemover.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnnoyingPopupRemover.lua b/AnnoyingPopupRemover.lua index f902555..5837448 100644 --- a/AnnoyingPopupRemover.lua +++ b/AnnoyingPopupRemover.lua @@ -49,7 +49,7 @@ local APR = { } APR.DebugMode = false -- Set the current version so we can display it. -APR.Version = "4.03-release" +APR.Version = "@project-version@" -- Create the frame to hold our event catcher, and the list of events. APR.Frame, APR.Events = CreateFrame("Frame"), {} -- 1.7.9.5