|
@@ -1,6 +1,7 @@
|
|
|
// Microsoft Visual C++ generated resource script.
|
|
|
//
|
|
|
#include "resource.h"
|
|
|
+#include "..\\..\\revision.h"
|
|
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
@@ -43,7 +44,7 @@ CAPTION "About Open Asset Import Library"
|
|
|
FONT 9, "Courier New", 400, 0, 0x0
|
|
|
BEGIN
|
|
|
LTEXT "Open Asset Import Library (Assimp)",IDC_STATIC,30,14,144,9
|
|
|
- LTEXT "A free C/C++ library to read various well-known 3D model formats into a straightforward in-memory format that can be easily read and processed by applications. Licensed under a 3-clause BSD license.",IDC_STATIC,31,34,204,24
|
|
|
+ LTEXT "A free C/C++ library to read various well-known 3D model formats into a straightforward in-memory format for easz processing by applications. Licensed under a 3-clause BSD license and totally awesome.",IDC_STATIC,31,34,204,24
|
|
|
LTEXT "(c) 2008-2009. Assimp Development Team. See the CREDITS file for a list of all contributors.",IDC_STATIC,30,65,204,23
|
|
|
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,27,282,1
|
|
|
LTEXT "http://assimp.sourceforge.net http://www.zfx.info",IDC_STATIC,31,101,127,22
|
|
@@ -204,8 +205,8 @@ END
|
|
|
//
|
|
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
|
- FILEVERSION 1,0,412,0
|
|
|
- PRODUCTVERSION 1,0,412,1
|
|
|
+ FILEVERSION 1,1,SVNRevision,0
|
|
|
+ PRODUCTVERSION 1,1,SVNRevision,1
|
|
|
FILEFLAGSMASK 0x17L
|
|
|
#ifdef _DEBUG
|
|
|
FILEFLAGS 0x1L
|
|
@@ -222,12 +223,12 @@ BEGIN
|
|
|
BEGIN
|
|
|
VALUE "CompanyName", "ASSIMP Development Team"
|
|
|
VALUE "FileDescription", "ASSIMP Viewer Application"
|
|
|
- VALUE "FileVersion", "1, 0, SVNRevision, 0"
|
|
|
+ VALUE "FileVersion", "1, 1, SVNRevision, 0"
|
|
|
VALUE "InternalName", "assimp_view"
|
|
|
VALUE "LegalCopyright", "Licensed under the LGPL"
|
|
|
VALUE "OriginalFilename", "assimpview32.exe"
|
|
|
VALUE "ProductName", "ASSIMP Viewer Application"
|
|
|
- VALUE "ProductVersion", "1, 0, SVNRevision, 0"
|
|
|
+ VALUE "ProductVersion", "1, 1, SVNRevision, 0"
|
|
|
END
|
|
|
END
|
|
|
BLOCK "VarFileInfo"
|