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-06-28 08:49:36 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2017-06-28 08:49:36 +0300
commitf25fda8431fc75c499cf0c5dafcac0469e18e2d5 (patch)
tree2b88de604514c1454e3eb3794a06b9362a4955dd /Makefile.versions
parente6302380a6b4c9f7839bde5b78bc8ed6b39d4bc5 (diff)
criu: Version 3.2.1v3.2.1
This is a hot-fix with a regression fix and an urgent support for the latest-n-greatest kernel API change. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile.versions')
-rw-r--r--Makefile.versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.versions b/Makefile.versions
index e0aa2f5e9..b6e17e55d 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -2,7 +2,7 @@
# CRIU version.
CRIU_VERSION_MAJOR := 3
CRIU_VERSION_MINOR := 2
-CRIU_VERSION_SUBLEVEL :=
+CRIU_VERSION_SUBLEVEL := 1
CRIU_VERSION_EXTRA :=
CRIU_VERSION_NAME := Tin Hoopoe
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))