Skip to content

Commit

Permalink
Update debug version, sync version
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnichols committed May 19, 2021
1 parent f7d8717 commit 85c5c31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ABGP/comm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end

-- The prefix can be revved to create a backwards-incompatible version.
function ABGP:GetCommPrefix()
return "ABGP9";
return "ABGP1";
end

-- Highest ID: 24
Expand Down
4 changes: 2 additions & 2 deletions ABGP/debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ function ABGP:SetDebug(enable)
self:Set("debug", enable);
end

ABGP.VersionOverride = "8.0.2";
ABGP.VersionCmpOverride = "8.0.2";
ABGP.VersionOverride = "8.0.3";
ABGP.VersionCmpOverride = "8.0.3";

0 comments on commit 85c5c31

Please sign in to comment.