From 2bf517ed75cc9df727cdbdc3809a86b8936cf241 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Wed, 28 Oct 2015 10:30:29 +0300 Subject: [PATCH] criu: Version 1.7.2 Fixes for IPC in userns, venet C/R, socket buffers overflow and unix sockets name off-by-one. Signed-off-by: Pavel Emelyanov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fa140123..4fadd1858 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION_MAJOR := 1 VERSION_MINOR := 7 -VERSION_SUBLEVEL := 1 +VERSION_SUBLEVEL := 2 VERSION_EXTRA := VERSION_NAME := VERSION_SO_MAJOR := 1