Skip to content

Commit

Permalink
changed the revision
Browse files Browse the repository at this point in the history
preparation for first pre-release
  • Loading branch information
MOUZU committed Feb 2, 2016
1 parent 4667acd commit fad342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ BigWigs.cmdtable = {type = "group", handler = BigWigs, args = {
}}
BigWigs:RegisterChatCommand({"/bw", "/BigWigs"}, BigWigs.cmdtable)
BigWigs.debugFrame = ChatFrame5
BigWigs.revision = tonumber(string.sub("$Revision: 18326 $", 12, -3))
BigWigs.revision = tonumber(string.sub("$Revision: 18337 $", 12, -3))

--------------------------------
-- Module Prototype --
Expand Down

0 comments on commit fad342c

Please sign in to comment.