Fixed some values.

This commit is contained in:
Ivan Leo Murray-Smith 2004-03-30 20:43:22 +00:00 committed by Alexandre Julliard
parent 37f5166bf4
commit 455cf6c3e4
1 changed files with 3 additions and 3 deletions

View File

@ -1562,10 +1562,10 @@ IDI_REGEDIT ICON DISCARDABLE regedit.ico
#define WINE_FILENAME "REGEDIT"
#define WINE_FILENAME_STR "REGEDIT.EXE"
#define WINE_FILETYPE VFT_APP
#define WINE_FILEVERSION 5,2,3790,1
#define WINE_FILEVERSION_STR "5.2.3790.1"
#define WINE_FILEVERSION 5,2,3790,0
#define WINE_FILEVERSION_STR "5.2.3790.0"
#define WINE_PRODUCTVERSION 5,2,3790,1
#define WINE_PRODUCTVERSION 5,2,3790,0
#define WINE_PRODUCTVERSION_STR "5.2"
#include "wine/wine_common_ver.rc"