Set version of kernel32 to Windows 2000 SP4.

This commit is contained in:
Robert Shearman 2003-09-30 00:21:31 +00:00 committed by Alexandre Julliard
parent 8b2c10bcd4
commit e05044a98d
1 changed files with 6 additions and 1 deletions

View File

@ -16,8 +16,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEVERSION_STR "1.0"
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "kernel32.dll"
/* these values come from Windows 2000 SP4 */
#define WINE_FILEVERSION 5,0,2195,6688
#define WINE_FILEVERSION_STR "5.00.2195.6688"
#define WINE_PRODUCTVERSION 5,0,2195,6688
#define WINE_PRODUCTVERSION_STR "5.00.2195.6688"
#include "wine/wine_common_ver.rc"