You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DBM-Core/DBM-Core.lua
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,10 @@ local function showRealDate(curseDate)
87
87
end
88
88
89
89
DBM= {
90
-
Revision= ("$Revision: 7003 $"):sub(12, -3),
91
-
Version="7.03",
92
-
DisplayVersion="7.03 DBM-WoWCircle (New GUI) by Barsoom for WoWCircle WotLK", -- the string that is shown as version
93
-
ReleaseRevision=7003-- the revision of the latest stable version that is available (for /dbm ver2)
90
+
Revision= ("$Revision: 7004 $"):sub(12, -3),
91
+
Version="7.04",
92
+
DisplayVersion="7.04 DBM-WoWCircle (New GUI) by Barsoom for WoWCircle WotLK", -- the string that is shown as version
93
+
ReleaseRevision=7004-- the revision of the latest stable version that is available (for /dbm ver2)
94
94
}
95
95
DBM.HighestRelease=DBM.ReleaseRevision--Updated if newer version is detected, used by update nags to reflect critical fixes user is missing on boss pulls
0 commit comments