Module: wine Branch: master Commit: baf7a636a94e31ec96a878bd197abe57f7258189 URL: http://source.winehq.org/git/wine.git/?a=commit;h=baf7a636a94e31ec96a878bd19...
Author: Austin English austinenglish@gmail.com Date: Sat Nov 27 08:10:42 2010 -0800
msxml3: Bump version information to SP9.
---
dlls/msxml3/version.rc | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/msxml3/version.rc b/dlls/msxml3/version.rc index 2564bcf..dfb8045 100644 --- a/dlls/msxml3/version.rc +++ b/dlls/msxml3/version.rc @@ -20,9 +20,9 @@ #define WINE_OLESELFREGISTER #define WINE_FILEDESCRIPTION_STR "Wine MSXML 3.0" #define WINE_FILENAME_STR "msxml3.dll" -#define WINE_FILEVERSION 8,30,9926,0 -#define WINE_FILEVERSION_STR "8.30.9926.0" -#define WINE_PRODUCTVERSION 8,30,9926,0 -#define WINE_PRODUCTVERSION_STR "8.30.9926.0" +#define WINE_FILEVERSION 8,90,1101,0 +#define WINE_FILEVERSION_STR "8.90.1101.0" +#define WINE_PRODUCTVERSION 8,90,1101,0 +#define WINE_PRODUCTVERSION_STR "8.90.1101.0"
#include "wine/wine_common_ver.rc"