Austin English : dbghelp: Version to 6.1.7601.17514.
Module: wine Branch: master Commit: 4f3f8a8cb73204170ec5cdc356b45a3fae4d0484 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4f3f8a8cb73204170ec5cdc356... Author: Austin English <austinenglish(a)gmail.com> Date: Mon Nov 9 01:19:12 2015 -0600 dbghelp: Version to 6.1.7601.17514. Signed-off-by: Austin English <austinenglish(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dbghelp/version.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/dbghelp/version.rc b/dlls/dbghelp/version.rc index 1818010..03f03a3 100644 --- a/dlls/dbghelp/version.rc +++ b/dlls/dbghelp/version.rc @@ -18,9 +18,9 @@ #define WINE_FILEDESCRIPTION_STR "Wine Image Helper" #define WINE_FILENAME_STR "dbghelp.dll" -#define WINE_FILEVERSION 5,1,2600,3264 -#define WINE_FILEVERSION_STR "5.1.2600.3264" -#define WINE_PRODUCTVERSION 5,1,2600,3264 -#define WINE_PRODUCTVERSION_STR "5.1.2600.3264" +#define WINE_FILEVERSION 6,1,7601,17514 +#define WINE_FILEVERSION_STR "6.1.7601.17514" +#define WINE_PRODUCTVERSION 6,1,7601,17514 +#define WINE_PRODUCTVERSION_STR "6.1.7601.17514" #include "wine/wine_common_ver.rc"
participants (1)
-
Alexandre Julliard