Subversion Repositories spacemission

Rev

Rev 2 | Rev 28 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 15
Line 1... Line 1...
1
unit Global;
1
unit Global;
2
 
2
 
3
interface
3
interface
4
 
4
 
5
const
5
const
6
  FCompVersion = '1.0';
-
 
7
  ProgramVersion = '1.1e';
6
  ProgramVersion = '1.1e';
8
 
7
 
9
function FDirectory: string;
8
function FDirectory: string;
10
 
9
 
11
implementation
10
implementation