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-08-15 15:40:05 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-08-15 15:40:05 +0300
commitc031417255f6a5c4409d15ff0b36af5f6e90c559 (patch)
treeff00d1fd2bd2c43f37e133b7c92330ce41f68f5f /Makefile.versions
parent5d4cf6269fa253300d3050f9694ee37da215f2ad (diff)
criu: Version 2.5v2.5
Bug-fix mostly release. We've also came very close in -dev branch to having x86 32bit support, so hopefully we'll have it in 2.6/2.7. Lazy restore now in test-able state, but still we want kernel patches to leave maintainer's tree, so we still wait. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile.versions')
-rw-r--r--Makefile.versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 9036140eb..c8960ac9a 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 2
-CRIU_VERSION_MINOR := 4
+CRIU_VERSION_MINOR := 5
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Marble Lark
+CRIU_VERSION_NAME := Concrete Oriole
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