mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-22 18:05:10 +00:00
criu: Version 2.12.1
A few fixes for how we dump and restore mount namespaces. Discovered while doing LXC and Docker C/R. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
c772fca0c8
commit
14e0bf7baf
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# CRIU version.
|
||||
CRIU_VERSION_MAJOR := 2
|
||||
CRIU_VERSION_MINOR := 12
|
||||
CRIU_VERSION_SUBLEVEL :=
|
||||
CRIU_VERSION_SUBLEVEL := 1
|
||||
CRIU_VERSION_EXTRA :=
|
||||
CRIU_VERSION_NAME := Vulcanite Rook
|
||||
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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue