From fd3211cb8fc9b451979da84f55069646759d4c93 Mon Sep 17 00:00:00 2001 From: Ivan Leo Murray-Smith Date: Tue, 30 Mar 2004 04:33:57 +0000 Subject: [PATCH] Improved version resource info. --- programs/regedit/resource.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/programs/regedit/resource.rc b/programs/regedit/resource.rc index 5ea6a02972f..b12dca3af21 100644 --- a/programs/regedit/resource.rc +++ b/programs/regedit/resource.rc @@ -2,6 +2,7 @@ * Regedit resources * * Copyright 2002 Robert Dickenson + * Copyright 2004 Ivan Leo Murray-Smith * * This library is free software; you can redistribute it and/or * 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' } */ +#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"