Changed version of libslirp source to 4.8.0.

This commit is contained in:
Volker Ruppert 2024-05-22 17:06:19 +02:00
parent fe390c3921
commit 87c3e4be79
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Detailed change log :
- Added PCM playback/recording support using PulseAudio simple API
- Networking
- Added support for using libslirp library instead of builtin slirp code
- Updated builtin slirp from libslirp (including IPv6 support)
- Updated builtin slirp from libslirp 4.8.0 (including IPv6 support)
- BIOS
- Added panic in legacy BIOS in case no VGA BIOS ROM is found at C000:0000,

View File

@ -2,7 +2,7 @@
#ifndef SLIRP_H
#define SLIRP_H
#define SLIRP_VERSION_STRING "4.7.0"
#define SLIRP_VERSION_STRING "4.8.0"
#ifdef __CYGWIN__
#define __USE_W32_SOCKETS