On Sat, 17 Mar 2001, Dmitry Timoshkov wrote:
I'm sorry, I didn't focus you on the subject that FILEVERSION and PRODUCTVERSION are distinctly different things? How about to experiment with different WINE_FILEVERSION and PRODUCTVERSION (WINE_FILEVERSION_STR and WINE_PRODUCRVERSION_STR) numbers?
Sorry, if it is not the same as you expected from me...
With wine_common_ver.rc changed as attached, and dlls/oleaut32/version.rc
#define WINE_FILEVERSION 10,0,0,0 #define WINE_FILEVERSION_STR "10.0" #define WINE_PRODUCTVERSION 10,1,0,0 #define WINE_PRODUCTVERSION_STR "10.0" #define WINE_FILEDESCRIPTION_STR "Wine OLE dll" #define WINE_FILENAME_STR "oleaut32.dll"
#include "wine/wine_common_ver.rc"
Tha app still works, and I can't see that it matters to About.exe either.
Is that what you meant?
Regards,
Lawson ---cut here