Assimp_cmd: Drop malformed version spec from rc file.

pull/299/head
Alexander Gessler 2014-06-14 22:47:18 +02:00
parent 1c4a8e9017
commit 247f5cee3a
1 changed files with 0 additions and 37 deletions

View File

@ -36,43 +36,6 @@ IDI_ASSIMP_VIEW ICON "../shared/assimp_tools_icon.ico
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1, 1, GitVersion, 0
PRODUCTVERSION 1, 1, GitVersion, 1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x0L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040704b0"
BEGIN
VALUE "CompanyName", "assimp team"
VALUE "FileDescription", "ASSIMP Command-line Tools"
VALUE "FileVersion", "1, 1, SVNRevision, 0"
VALUE "InternalName", "assimp_view"
VALUE "LegalCopyright", "Licensed under the LGPL"
VALUE "OriginalFilename", "assimp.exe"
VALUE "ProductName", "ASSIMP Command-line Tools"
VALUE "ProductVersion", "1, 1, SVNRevision, 0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x407, 1200
END
END