From f4b5ae8ea1472342183f0d2c3db1ea9794d8db01 Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 28 Apr 2014 18:38:44 -0500 Subject: [PATCH] - Replaced svn-specific project-revision variable with project-date-integer which will sort of more or less kind of serve the same purpose. The full timestamp seemed like TMI and date should be granular enough. --- IceCore.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCore.lua b/IceCore.lua index 268c5e1..0e589c6 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -138,7 +138,7 @@ StaticPopupDialogs["ICEHUD_UPDATE_PERIOD_MATTERS"] = function IceCore.prototype:CheckDisplayUpdateMessage() local thisVersion --[===[@non-debug@ - thisVersion = @project-revision@ + thisVersion = @project-date-integer@ --@end-non-debug@]===] --@debug@ thisVersion = 9999