set version to 7,0,2600,2180 otherwise some apps will try to overwrite it

svn path=/trunk/; revision=39379
This commit is contained in:
Christoph von Wittich 2009-02-04 06:29:23 +00:00
parent 7c2dea1a27
commit bf53811ef2

View file

@ -1,5 +1,8 @@
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "MSVCRT.DLL Compatibility Library\0"
#define REACTOS_STR_INTERNAL_NAME "msvcrt\0"
#define REACTOS_STR_ORIGINAL_FILENAME "msvcrt.dll\0"
#define REACTOS_FILEVERSION 7,0,2600,2180
#define REACTOS_FILEVERSION_STR "7.0.2600"
#include <reactos/version.rc>