From 429e81954b0504fad4a4426e329df6a774e65d72 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Fri, 12 Sep 2014 12:14:39 +0400 Subject: [PATCH] criu: Version 1.3.1 We have a couple of problems missed in 1.3, so here's the -stable .1 for that release. First of all, we nail down the way CRIU decides whether restore root task as child or as sibling with the explicit API switch. And there are two nasty issues in how CRIU dumps mountpoints. Signed-off-by: Pavel Emelyanov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87a2f96f4..a2e7d13ee 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION_MAJOR := 1 VERSION_MINOR := 3 -VERSION_SUBLEVEL := +VERSION_SUBLEVEL := 1 VERSION_EXTRA := VERSION_NAME := VERSION_SO_MAJOR := 1