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
4cae8334
Commit
4cae8334
authored
Apr 04, 2019
by
Vincent Povirk
Committed by
Alexandre Julliard
Apr 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree: Update Wine Mono to 4.8.1.
Signed-off-by:
Vincent Povirk
<
vincent@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8bed853c
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 @
4cae8334
...
...
@@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "4.8.
0
"
#define MONO_SHA "
890159ffd1679ca7d45e840e1890caba8c24acbc18c59db1ca718b35a5ab8778
"
#define MONO_VERSION "4.8.
1
"
#define MONO_SHA "
4e073038c14c2496246ecb044ef8abfb8a1cfede58aa35168e04d484a003b032
"
typedef
struct
{
const
char
*
version
;
...
...
dlls/mscoree/mscoree_main.c
View file @
4cae8334
...
...
@@ -682,7 +682,7 @@ static BOOL install_wine_mono(void)
LONG
len
;
BOOL
ret
;
static
const
char
*
mono_version
=
"4.8.
0
"
;
static
const
char
*
mono_version
=
"4.8.
1
"
;
static
const
char
*
mono_upgrade_code
=
"{DE624609-C6B5-486A-9274-EF0B854F6BC5}"
;
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