Subversion Repositories spacemission

Rev

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

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