1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00

mscoree: Update Wine Mono to 9.2.0.

This commit is contained in:
Esme Povirk 2024-06-26 17:49:05 +00:00 committed by Alexandre Julliard
parent 817cb4dd69
commit 07544942e2
3 changed files with 4 additions and 4 deletions

View File

@ -56,10 +56,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "9.1.0"
#define MONO_VERSION "9.2.0"
#if defined(__i386__) || defined(__x86_64__)
#define MONO_ARCH "x86"
#define MONO_SHA "8a0a1e6837b494df49927e5d759b1c6908e89b8a2f8e3ad025e1c2881882476e"
#define MONO_SHA "fd5829244d92985b8a404745adddb58c3a9b0bbb6d54ca4c6eaf86ea466735f9"
#else
#define MONO_ARCH ""
#define MONO_SHA "???"

View File

@ -45,7 +45,7 @@ extern HRESULT assembly_get_runtime_version(ASSEMBLY *assembly, LPSTR *version);
extern HRESULT assembly_get_vtable_fixups(ASSEMBLY *assembly, VTableFixup **fixups, DWORD *count);
extern HRESULT assembly_get_native_entrypoint(ASSEMBLY *assembly, NativeEntryPointFunc *func);
#define WINE_MONO_VERSION "9.1.0"
#define WINE_MONO_VERSION "9.2.0"
/* Mono embedding */
typedef struct _MonoDomain MonoDomain;

View File

@ -7,7 +7,7 @@
variables:
GIT_STRATEGY: none
GECKO_VER: 2.47.4
MONO_VER: 9.1.0
MONO_VER: 9.2.0
cache:
- key: wine-gecko-$GECKO_VER
paths: