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>2019-04-25 20:26:44 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2019-04-25 20:26:57 +0300
commit437561d2bbc09d734ae276dbfca337569f454d54 (patch)
tree8bfca11af48cfce14a58bcb699b5186edadcc006
parent5412247572763ba6bc32b08b20e45aa6a81e286f (diff)
criu: Version 3.12v3.12
Suddenly it's a feature-reach release. We have support for Android build and several tempting C/R things -- raw sockets, selinux labels and ro ghost files. And a couple of fixes, of course.
-rw-r--r--Makefile.versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 9c1b7448e..6d4e15e3d 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -1,10 +1,10 @@
#
# CRIU version.
CRIU_VERSION_MAJOR := 3
-CRIU_VERSION_MINOR := 11
+CRIU_VERSION_MINOR := 12
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
-CRIU_VERSION_NAME := Glass Flamingo
+CRIU_VERSION_NAME := Ice Penguin
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