From c74b83cd49c00589c0c0468ba5fe685b67fdbd0a Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Tue, 6 Nov 2018 14:31:36 +0300 Subject: [PATCH] criu: Version 3.11 (for workgroups) So here it is -- the release with lots of new stuff and bugfixes. Mainly, the new code is for integration with Docker and to support modern hardware. Signed-off-by: Pavel Emelyanov --- Makefile.versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.versions b/Makefile.versions index 2e149de83..b5d2eeec7 100644 --- a/Makefile.versions +++ b/Makefile.versions @@ -1,10 +1,10 @@ # # CRIU version. CRIU_VERSION_MAJOR := 3 -CRIU_VERSION_MINOR := 10 +CRIU_VERSION_MINOR := 11 CRIU_VERSION_SUBLEVEL := CRIU_VERSION_EXTRA := -CRIU_VERSION_NAME := Granite Eagle +CRIU_VERSION_NAME := Glass Flamingo CRIU_VERSION := $(CRIU_VERSION_MAJOR)$(if $(CRIU_VERSION_MINOR),.$(CRIU_VERSION_MINOR))$(if $(CRIU_VERSION_SUBLEVEL),.$(CRIU_VERSION_SUBLEVEL))$(if $(CRIU_VERSION_EXTRA),.$(CRIU_VERSION_EXTRA)) export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL