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:
authorPavel Emelyanov <xemul@virtuozzo.com>2017-12-19 21:08:35 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2017-12-19 21:08:35 +0300
commit5759076cea5e8afe0064d4d6c8fe4563b91209fc (patch)
treec958ebf94f82df292c738f66ccb7c4f32039777f
parent03fb0b82230c7a4f89569339b80e459fdc0e4631 (diff)
criu: Version 3.7v3.7
This time we shifted the update one month, due to the amount of changes not being very big. And got pretty big update, including a set of bugfixes and new functionality. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
-rw-r--r--Makefile.versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.versions b/Makefile.versions
index f92388e74..9b0689702 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 3
-CRIU_VERSION_MINOR := 6
+CRIU_VERSION_MINOR := 7
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Alabaster Finch
+CRIU_VERSION_NAME := Vinyl Magpie
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