Skip to content

Commit

Permalink
Bump to v2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Feb 13, 2018
1 parent f3edce3 commit 736adf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
--]]---------------------------------------------------------------------------

-- Version string
DEPLS_VERSION = "2.0-RC1"
DEPLS_VERSION = "2.0-RC2"
-- Version number
-- In form xxyyzzww. x = major, y = minor, z = patch, w = pre-release counter (99 = not a pre release)
DEPLS_VERSION_NUMBER = 01020001
DEPLS_VERSION_NUMBER = 01020002

setmetatable(_G, {
__index = function(_, var) error("Unknown variable "..var, 2) end,
Expand Down

0 comments on commit 736adf5

Please sign in to comment.