Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 17, 2024
1 parent c75bec3 commit b60af9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 = 360
local BIGWIGS_VERSION = 361
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 @@ -1464,12 +1464,12 @@ end
--

do
local DBMdotRevision = "20240916074951" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "11.0.11" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
local DBMdotReleaseRevision = "20240916000000" -- 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 = "20240917105637" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "11.0.13" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
local DBMdotReleaseRevision = "20240917000000" -- 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 = 14
local PForceDisable = public.isRetail and 15 or 14

local timer = nil
local function sendDBMMsg()
Expand Down

0 comments on commit b60af9b

Please sign in to comment.