Skip to content

Commit b6059ff

Browse files
committed
criu: Version 4.1 (CRISC-V)
Major changes: * RISC-V Support * PIDFD Support * CUDA Enhancements * Fixes here and there The full changelog can be found here: https://criu.org/Download/criu/4.1. Signed-off-by: Andrei Vagin <[email protected]>
1 parent bc14153 commit b6059ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
22
# CRIU version.
33
CRIU_VERSION_MAJOR := 4
4-
CRIU_VERSION_MINOR := 0
4+
CRIU_VERSION_MINOR := 1
55
CRIU_VERSION_SUBLEVEL :=
66
CRIU_VERSION_EXTRA :=
7-
CRIU_VERSION_NAME := CRIUDA
7+
CRIU_VERSION_NAME := CRISCV
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)