Co-authored-by: Szyler <Szyler@Szyler.com>
This commit is contained in:
Szyler
2024-04-06 19:33:38 +02:00
committed by GitHub
parent dc8afd6584
commit 5b5fee4a2d
14 changed files with 691 additions and 325 deletions
+3 -3
View File
@@ -42,9 +42,9 @@
-- Globals/Default Options --
-------------------------------
DBM = {
Revision = ("$Revision: 5019 $"):sub(12, -3),
Version = "5.19",
DisplayVersion = "5.19", -- the string that is shown as version
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)
}