Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 27, 2024
1 parent 6448df9 commit 5dc674d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local strfind = string.find
-- Generate our version variables
--

local BIGWIGS_VERSION = 363
local BIGWIGS_VERSION = 364
local BIGWIGS_RELEASE_STRING, BIGWIGS_VERSION_STRING
local versionQueryString, versionResponseString = "Q^%d^%s^%d^%s", "V^%d^%s^%d^%s"
local customGuildName = false
Expand Down Expand Up @@ -1466,9 +1466,9 @@ end
--

do
local DBMdotRevision = "20240921150709" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "11.0.15" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
local DBMdotReleaseRevision = "20240921000000" -- Hardcoded time, manually changed every release, they use it to track the highest release version, a new DBM release is the only time it will change.
local DBMdotRevision = "20240927002422" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "11.0.17" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
local DBMdotReleaseRevision = "20240926000000" -- Hardcoded time, manually changed every release, they use it to track the highest release version, a new DBM release is the only time it will change.
local protocol = 3
local versionPrefix = "V"
local PForceDisable = public.isRetail and 15 or 14
Expand Down

0 comments on commit 5dc674d

Please sign in to comment.