From a9cbe168f03a92c12b7855d86d5a849fda170d84 Mon Sep 17 00:00:00 2001 From: "Erik L. Vonderscheer" Date: Sun, 10 Oct 2010 05:06:47 +0000 Subject: [PATCH] Current version and revision output --- TradeFilter3.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TradeFilter3.lua b/TradeFilter3.lua index cf1ff4a..4702054 100644 --- a/TradeFilter3.lua +++ b/TradeFilter3.lua @@ -70,7 +70,7 @@ local PATCH_VERSION = "@project-revision@" if (find(MAJOR_VERSION, "release" or "beta")) then TF3.version = MAJOR_VERSION else - TF3.version = PATCH_VERSION .. " DEV" + TF3.version = "r" .. PATCH_VERSION .. " DEV" end TF3.date = "@file-date-iso@" -- 1.7.9.5