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>2016-10-17 11:30:31 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-10-17 11:30:31 +0300
commitdb07f442d62946e953867cdc7c25c954ab017312 (patch)
tree58dccd69ea4f44da392c51a8d7eff848ad81825d
parent2adf1fbb2bc0d19ab443ca648564db7e08fcf2f2 (diff)
criu: Version 2.7v2.7
Not a lot this time, just a bunch of bugfixes and improvements. A lot has happened in -dev branch around compel, hopefully the next release will have it. 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 302036f32..fa6976cc4 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 2
-CRIU_VERSION_MINOR := 6
+CRIU_VERSION_MINOR := 7
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Paper Crane
+CRIU_VERSION_NAME := Rubber Owl
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