From 4e3a14ce6120df890e281bc038a0579aa6a011c1 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Tue, 28 Apr 2015 09:07:09 +0300 Subject: [PATCH] criu: Version 1.5.2 Here are two more eqsy but annoying bugs fixed before we tag the 1.6 -- one with multi-threadded task restore and the other one with big rpc messages processing. Signed-off-by: Pavel Emelyanov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e73508df9..700c4583c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION_MAJOR := 1 VERSION_MINOR := 5 -VERSION_SUBLEVEL := 1 +VERSION_SUBLEVEL := 2 VERSION_EXTRA := VERSION_NAME := VERSION_SO_MAJOR := 1