Skip to content

Commit 3aabe1e

Browse files
committed
Version bump
1 parent b4a933f commit 3aabe1e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

DBM_API/API.lua

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
-- Changes --
88
-- ------- --
99
--
10+
-- v3.31
11+
-- New timers and features for most T4 content on Stormspire (Light's Vengeance).
12+
--
1013
-- v3.30
1114
-- localization/ruRU: full support! (special thanks 2 Igor Bootwin)
1215
-- added a /dbm help command (thanks 2 Misfortunado Farmbuyer)
@@ -331,11 +334,11 @@ DBM_SavedVars = {
331334

332335
DBM = {}
333336

334-
DBM.Version = "3.30" -- used for "a new version of dbm is available"-spam
337+
DBM.Version = "3.31" -- used for "a new version of dbm is available"-spam
335338
DBMGUI_VERSION = "3.02"
336339

337-
DBM_REVISION = tonumber(("$Revision: 392 $"):sub(12, -3) or 0) + 783 -- 783 = revision number from the old SVN repository
338-
DBM_VERSION = "3.30" -- this version is used for /dbm ver commands
340+
DBM_REVISION = tonumber(("$Revision: 393 $"):sub(12, -3) or 0) + 783 -- 783 = revision number from the old SVN repository
341+
DBM_VERSION = "3.31" -- this version is used for /dbm ver commands
339342
DBM.BetaVersion = DBM_VERSION.." (rev "..DBM_REVISION..")" -- this will be shown in the GUI if set
340343

341344

0 commit comments

Comments
 (0)