Alpha 14 begin!
This commit is contained in:
parent
148a4012ac
commit
9051c8815a
|
@ -14,7 +14,7 @@
|
|||
Const
|
||||
mysSoftwareID = 'Mystic'; // no idea
|
||||
mysCopyYear = '1997-2012'; // its been a long time!
|
||||
mysVersion = '1.10 A13'; // current version
|
||||
mysVersion = '1.10 A14'; // current version
|
||||
mysDataChanged = '1.10 A11'; // version of last records change
|
||||
|
||||
{$IFDEF WIN32}
|
||||
|
@ -262,6 +262,7 @@ Const
|
|||
UserNoKill = $00000008;
|
||||
UserNoCaller = $00000010;
|
||||
UserNoPWChange = $00000020;
|
||||
UserMakeChange = $00000040;
|
||||
|
||||
Type
|
||||
RecUser = Record // USERS.DAT
|
||||
|
|
Loading…
Reference in New Issue