Update to 5.21 Sunwell (#6)

* 5.20

* Update to 5.21

---------

Co-authored-by: Szyler <Szyler@Szyler.com>
This commit is contained in:
Szyler
2024-10-01 05:09:41 +02:00
committed by GitHub
parent 5b5fee4a2d
commit 82a9ac0937
36 changed files with 3003 additions and 833 deletions
+4 -4
View File
@@ -42,10 +42,10 @@
-- Globals/Default Options --
-------------------------------
DBM = {
Revision = ("$Revision: 5020 $"):sub(12, -3),
Version = "5.20",
DisplayVersion = "5.20", -- the string that is shown as version
ReleaseRevision = 5019 -- the revision of the latest stable version that is available (for /dbm ver2)
Revision = ("$Revision: 5021 $"):sub(12, -3),
Version = "5.21",
DisplayVersion = "5.21", -- the string that is shown as version
ReleaseRevision = 5020 -- the revision of the latest stable version that is available (for /dbm ver2)
}
DBM_SavedOptions = {}