From 4a1731891e91e62f15c40c361aff2a8a54d91bb3 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 13 Oct 2021 13:59:13 +0000 Subject: criu: Version 3.16.1 * Switch criu-ns from unversioned 'python' to 'python3' for easier distribution packaging * Add '--join-ns' interface to libcriu to allow joining namespaces via libcriu like CLI and RPC already allow Signed-off-by: Adrian Reber --- Makefile.versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.versions b/Makefile.versions index 32f2e95ce..49ac7a138 100644 --- a/Makefile.versions +++ b/Makefile.versions @@ -2,7 +2,7 @@ # CRIU version. CRIU_VERSION_MAJOR := 3 CRIU_VERSION_MINOR := 16 -CRIU_VERSION_SUBLEVEL := +CRIU_VERSION_SUBLEVEL := 1 CRIU_VERSION_EXTRA := CRIU_VERSION_NAME := Petrified Puffin 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)) -- cgit v1.2.3