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
f1157511
Commit
f1157511
authored
Feb 26, 2016
by
Vincent Povirk
Committed by
Alexandre Julliard
Feb 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Update Wine Mono to 4.6.0.
Signed-off-by:
Vincent Povirk
<
vincent@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3f5457ac
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 @
f1157511
...
...
@@ -64,8 +64,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "4.
5.6
"
#define MONO_SHA "
12ec9a4fa5958426292effd40d9230c7acbba1e8
"
#define MONO_VERSION "4.
6.0
"
#define MONO_SHA "
3a494b5b74fd17adf675a620d46b2dc1d2482424
"
typedef
struct
{
const
char
*
version
;
...
...
dlls/mscoree/mscoree_main.c
View file @
f1157511
...
...
@@ -675,7 +675,7 @@ static BOOL install_wine_mono(void)
LONG
len
;
BOOL
ret
;
static
const
char
*
mono_version
=
"4.
5.6
"
;
static
const
char
*
mono_version
=
"4.
6.0
"
;
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