Subversion Repositories Tewi

Rev

Rev 128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 128 Rev 244
Line 1... Line 1...
1
#include <winver.h>
1
#include <winver.h>
2
#include "tw_version.h"
2
#include "tw_version.h"
3
#include "../config.h"
3
#include "../config.h"
4
 
4
 
5
id ICON "../Binary/tewi.ico"
5
TEWI ICON "../Binary/tewi.ico"
6
VS_VERSION_INFO VERSIONINFO
6
VS_VERSION_INFO VERSIONINFO
7
	FILEVERSION 1,0,0,0
7
	FILEVERSION 1,0,0,0
8
	PRODUCTVERSION 1,0,0,0
8
	PRODUCTVERSION 1,0,0,0
9
BEGIN
9
BEGIN
10
	BLOCK "StringFileInfo"
10
	BLOCK "StringFileInfo"