mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +00:00
criu: Version 3.13
Here we have some bugfixes, huuuge *.py patch for coding style and nice set of new features like 32bit for ARM, TLS for page server and new mode for CGroups. Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
This commit is contained in:
parent
72402c6e7a
commit
c703e3fd84
@ -1,10 +1,10 @@
|
||||
#
|
||||
# CRIU version.
|
||||
CRIU_VERSION_MAJOR := 3
|
||||
CRIU_VERSION_MINOR := 12
|
||||
CRIU_VERSION_SUBLEVEL := 1
|
||||
CRIU_VERSION_MINOR := 13
|
||||
CRIU_VERSION_SUBLEVEL :=
|
||||
CRIU_VERSION_EXTRA :=
|
||||
CRIU_VERSION_NAME := Ice Penguin
|
||||
CRIU_VERSION_NAME := Silicon Willet
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user