Update libslirp to 4.7.0 with our customizations
This commit is contained in:
@@ -7,9 +7,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define SLIRP_MAJOR_VERSION 4
|
||||
#define SLIRP_MINOR_VERSION 3
|
||||
#define SLIRP_MICRO_VERSION 1
|
||||
#define SLIRP_VERSION_STRING "4.3.1-git-86Box"
|
||||
#define SLIRP_MINOR_VERSION 7
|
||||
#define SLIRP_MICRO_VERSION 0
|
||||
#define SLIRP_VERSION_STRING "4.7.0-86Box"
|
||||
|
||||
#define SLIRP_CHECK_VERSION(major,minor,micro) \
|
||||
(SLIRP_MAJOR_VERSION > (major) || \
|
||||
|
||||
Reference in New Issue
Block a user