Author: tandanu
Date: Mon Feb 22 22:45:02 CET 2010
Revision: 3691
Log:

incremented version number

Updated
trunk/DBM-Core/DBM-Core.lua

trunk/DBM-Core/DBM-Core.lua
Action: modified
Old revision: 3690
Old date: 2010-02-22 21:40:42 UTC

@@ -43,9 +43,9 @@
-------------------------------
DBM = {
Revision = ("$Revision$"):sub(12, -3),
- Version = "4.40",
- DisplayVersion = "4.41 alpha", -- the string that is shown as version
- ReleaseRevision = 3317 -- the revision of the latest stable version that is available (for /dbm ver2)
+ Version = "4.42",
+ DisplayVersion = "4.43 alpha", -- the string that is shown as version
+ ReleaseRevision = 3689 -- the revision of the latest stable version that is available (for /dbm ver2)
}

DBM_SavedOptions = {}