mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- 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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user