1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

mscoree: Update Wine Mono to 9.1.0.

This commit is contained in:
Esme Povirk 2024-04-20 16:05:27 +00:00 committed by Alexandre Julliard
parent 166895ae3a
commit e00762b961
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.0.0"
#define MONO_VERSION "9.1.0"
#if defined(__i386__) || defined(__x86_64__)
#define MONO_ARCH "x86"
#define MONO_SHA "79f6c43100675566c112f4199b9ea7b944d338164b34bd91fa11b0b0a414e1c4"
#define MONO_SHA "8a0a1e6837b494df49927e5d759b1c6908e89b8a2f8e3ad025e1c2881882476e"
#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.0.0"
#define WINE_MONO_VERSION "9.1.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.0.0
MONO_VER: 9.1.0
cache:
- key: wine-gecko-$GECKO_VER
paths: