Commit fd3211cb authored by Ivan Leo Murray-Smith's avatar Ivan Leo Murray-Smith Committed by Alexandre Julliard

Improved version resource info.

parent 14808097
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Regedit resources * Regedit resources
* *
* Copyright 2002 Robert Dickenson * Copyright 2002 Robert Dickenson
* Copyright 2004 Ivan Leo Murray-Smith
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -1557,4 +1558,14 @@ IDI_REGEDIT ICON DISCARDABLE regedit.ico ...@@ -1557,4 +1558,14 @@ IDI_REGEDIT ICON DISCARDABLE regedit.ico
'FF FF FF FF FF FF' 'FF FF FF FF FF FF'
} */ } */
#define WINE_FILEDESCRIPTION_STR "Wine Registry Editor"
#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_PRODUCTVERSION 5,2,3790,1
#define WINE_PRODUCTVERSION_STR "5.2"
#include "wine/wine_common_ver.rc" #include "wine/wine_common_ver.rc"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment