mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
criu: Version 3.8.1
A bug sneaked into the --shell-job restore while doing 3.8 merge. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
c297c994bc
commit
137ce1a5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# CRIU version.
|
||||
CRIU_VERSION_MAJOR := 3
|
||||
CRIU_VERSION_MINOR := 8
|
||||
CRIU_VERSION_SUBLEVEL :=
|
||||
CRIU_VERSION_SUBLEVEL := 1
|
||||
CRIU_VERSION_EXTRA :=
|
||||
CRIU_VERSION_NAME := Snow Bunting
|
||||
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