Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2022-06-23 08:55:25 +0300
committerAndrei Vagin <avagin@gmail.com>2022-06-24 00:53:25 +0300
commitd46f40f4ff0c724e0b9f0f8a2e8c043806897e94 (patch)
treee50f806f7fdfa64800152fbf39e3512bd1aecd3e
parent46ec6749faa91689da0de8439540607c15696b12 (diff)
criu: Version 3.17.1v3.17.1master
* Fixes for pre-dump read mode * Fixes for mount-v2 * amdgpu plugin build and installation fixes * Some minor CI related fixes Signed-off-by: Adrian Reber <areber@redhat.com>
-rw-r--r--Makefile.versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 0500ef0fc..73bc2d5fa 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -2,7 +2,7 @@
# CRIU version.
CRIU_VERSION_MAJOR := 3
CRIU_VERSION_MINOR := 17
-CRIU_VERSION_SUBLEVEL :=
+CRIU_VERSION_SUBLEVEL := 1
CRIU_VERSION_EXTRA :=
CRIU_VERSION_NAME := Radiant Redstart
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))