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:
authorAndrei Vagin <avagin@virtuozzo.com>2018-07-10 07:04:49 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2018-07-10 08:38:09 +0300
commitc49eab368a68682475c4e693258246e04232e6d2 (patch)
tree099042d00b24ced180484a4f3d3b0001c25470c2
parentfc11d59db11c8f3b7e43e93f6a0cbfee153f077a (diff)
criu: Version 3.10v3.10
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
-rw-r--r--Makefile.versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 996f544d1..2e149de83 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 3
-CRIU_VERSION_MINOR := 9
+CRIU_VERSION_MINOR := 10
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Sand Martin
+CRIU_VERSION_NAME := Granite Eagle
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