mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu: Version 2.11.1
In 2.11 we've had several got bronek: - page-server start via RPC - Fedora build - ppc64le restorer switch Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
01e475a6a0
commit
e4f60eee8b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# CRIU version.
|
||||
CRIU_VERSION_MAJOR := 2
|
||||
CRIU_VERSION_MINOR := 11
|
||||
CRIU_VERSION_SUBLEVEL :=
|
||||
CRIU_VERSION_SUBLEVEL := 1
|
||||
CRIU_VERSION_EXTRA :=
|
||||
CRIU_VERSION_NAME := Acrylic Bullfinch
|
||||
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