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-03-08 21:45:51 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2017-03-08 21:45:51 +0300
commit40738f7b6a185a5de14680a27961dfd31d5795a6 (patch)
treea67597048e3f07202664df2dec0b3c1f08b0bc0b /Makefile.versions
parent2aa9b4f27d36f69851ad7186edc9d89cd4aaf96b (diff)
criu: Version 2.12v2.12
This is not a huge release. Some new stuff for Docker c/r and several bugs fixed. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile.versions')
-rw-r--r--Makefile.versions6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.versions b/Makefile.versions
index f09cd4f55..5139b5d4f 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 2
-CRIU_VERSION_MINOR := 11
-CRIU_VERSION_SUBLEVEL := 1
+CRIU_VERSION_MINOR := 12
+CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Acrylic Bullfinch
+CRIU_VERSION_NAME := Vulcanite Rook
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