mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
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 <xemul@virtuozzo.com>
This commit is contained in:
parent
740ae4a360
commit
c74b83cd49
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user