Improved version resource info.
This commit is contained in:
parent
1480809714
commit
fd3211cb8f
|
@ -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
|
||||||
'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"
|
||||||
|
|
Loading…
Reference in New Issue