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:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-09-21 23:54:16 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-14 23:58:08 +0300
commit2acc20056b35f2eb2530291f4a4b7a43701be1eb (patch)
tree2af6c0081f792f2980bac5567d7e0a92c73d6552 /Makefile.versions
parent745b26a7a28c9f53b4a1ad1e5d065e89f9f45469 (diff)
compel: build -- Add @sublevel
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'Makefile.versions')
-rw-r--r--Makefile.versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 3ea7ca681..59d74b485 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -26,5 +26,6 @@ export SOCCR_SO_VERSION_MAJOR SOCCR_SO_VERSION_MINOR
COMPEL_SO_VERSION_MAJOR := 1
COMPEL_SO_VERSION_MINOR := 0
+COMPEL_SO_VERSION_SUBLEVEL := 0
-export COMPEL_SO_VERSION_MAJOR COMPEL_SO_VERSION_MINOR
+export COMPEL_SO_VERSION_MAJOR COMPEL_SO_VERSION_MINOR COMPEL_SO_VERSION_SUBLEVEL