Skip to content

Commit c703e3f

Browse files
committed
criu: Version 3.13
Here we have some bugfixes, huuuge *.py patch for coding style and nice set of new features like 32bit for ARM, TLS for page server and new mode for CGroups. Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
1 parent 72402c6 commit c703e3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile.versions

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
22
# CRIU version.
33
CRIU_VERSION_MAJOR := 3
4-
CRIU_VERSION_MINOR := 12
5-
CRIU_VERSION_SUBLEVEL := 1
4+
CRIU_VERSION_MINOR := 13
5+
CRIU_VERSION_SUBLEVEL :=
66
CRIU_VERSION_EXTRA :=
7-
CRIU_VERSION_NAME := Ice Penguin
7+
CRIU_VERSION_NAME := Silicon Willet
88
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))
99

1010
export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL

0 commit comments

Comments
 (0)