X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fmount_image.c;h=fac3f78a092ca5cf662620b180e2b6af53dc0530;hp=30ee82d235c3c0ad3de339b451e0235870cd4be4;hb=2bba9abc868d81e85a2a165db9ade09fdb30ac8e;hpb=9b2a1ba93ab90a85466eaa3acda69a2d3f914f3e diff --git a/src/mount_image.c b/src/mount_image.c index 30ee82d2..fac3f78a 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -1105,7 +1105,7 @@ send_unmount_request_msg(mqd_t mq, int unmount_flags, u8 want_progress_messages) struct msg_unmount_request msg = { .hdr = { .min_version = ((unmount_flags & WIMLIB_UNMOUNT_FLAG_NEW_IMAGE) ? - WIMLIB_MAKEVERSION(1, 6, 1) : + WIMLIB_MAKEVERSION(1, 6, 2) : WIMLIB_MAKEVERSION(1, 2, 1)), .cur_version = WIMLIB_VERSION_CODE, .msg_type = MSG_TYPE_UNMOUNT_REQUEST,