Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
608b1e14
Commit
608b1e14
authored
Dec 04, 2013
by
Vincent Povirk
Committed by
Alexandre Julliard
Dec 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Update Wine Mono to 4.5.2.
parent
94eb50ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
addons.c
dlls/appwiz.cpl/addons.c
+2
-2
mscoree_main.c
dlls/mscoree/mscoree_main.c
+1
-1
No files found.
dlls/appwiz.cpl/addons.c
View file @
608b1e14
...
...
@@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "
0.0.8
"
#define MONO_SHA "
dd349e72249ce5ff981be0e9dae33ac4a46a9f60
"
#define MONO_VERSION "
4.5.2
"
#define MONO_SHA "
73d6b8aa7a8921f43b22c6d930e8d7e421058187
"
typedef
struct
{
const
char
*
version
;
...
...
dlls/mscoree/mscoree_main.c
View file @
608b1e14
...
...
@@ -660,7 +660,7 @@ static BOOL install_wine_mono(void)
LONG
len
;
BOOL
ret
;
static
const
char
*
mono_version
=
"
0.0.8
"
;
static
const
char
*
mono_version
=
"
4.5.2
"
;
static
const
char
*
mono_product_code
=
"{E45D8920-A758-4088-B6C6-31DBB276992E}"
;
static
const
WCHAR
controlW
[]
=
{
'\\'
,
'c'
,
'o'
,
'n'
,
't'
,
'r'
,
'o'
,
'l'
,
'.'
,
'e'
,
'x'
,
'e'
,
0
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment