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-06-14 11:41:17 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-06-14 11:41:17 +0300
commit1ba5a900db93bb0161b9351725c2f9b489fe6d4e (patch)
tree0f7d17cb493369f0912d5ddceee367399d76c7ab
parent7171f7f45dce8f1c85d9f79dd4d71d87bfe6e2c7 (diff)
criu: Version 2.3v2.3
So, we have some nice new features, again aimed at better integration, also have massive restorer blob preparation rework and several nasty bugfixes in mounts code. 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 68659977e..dd957f830 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 2
-CRIU_VERSION_MINOR := 2
+CRIU_VERSION_MINOR := 3
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Carbon Nightingale
+CRIU_VERSION_NAME := Wooden Duck
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