Subversion Repositories filter_foundry

Rev

Rev 193 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
259 daniel-mar 1
#include "systypes.r"
2
 
3
resource'vers'(1){
4
	0x1,
5
	0x00,
6
	beta,
7
	1,
8
	verAustralia,
9
	"1.0b1",
10
	"1.0b1 ("$$format("%d/%d/%d",$$day,$$month,$$year)")\nby Toby Thain"
11
};
12
 
13
resource'vers'(2){
14
	0x1,
15
	0x00,
16
	beta,
17
	1,
18
	verAustralia,
19
	"1.0b1",
20
	"© "$$format("%d",$$year)" Telegraphics Pty Ltd"
21
};