mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu: Version 3.19 (Bronze Peacock)
Two major highlights of this release: * LoongArch64 support * A lot of fixes and improvments form the Google backlog. The full changelog can be found here: https://criu.org/Download/criu/3.19. This marks the final release of the 3.x series. The upcoming version will be 4.0! Additionally, the naming pattern will be changed. Any ideas are welcome. Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
f104b3d6d7
commit
f8b14286b0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# CRIU version.
|
||||
CRIU_VERSION_MAJOR := 3
|
||||
CRIU_VERSION_MINOR := 18
|
||||
CRIU_VERSION_MINOR := 19
|
||||
CRIU_VERSION_SUBLEVEL :=
|
||||
CRIU_VERSION_EXTRA :=
|
||||
CRIU_VERSION_NAME := Silver Sandpiper
|
||||
CRIU_VERSION_NAME := Bronze Peacock
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue