Projects STRLCPY criu Commits c74b83cd
🤬
  • criu: Version 3.11 (for workgroups)

    So here it is -- the release with lots of new stuff and bugfixes.
    Mainly, the new code is for integration with Docker and to support
    modern hardware.
    
    Signed-off-by: Pavel Emelyanov <[email protected]>
  • Loading...
  • Pavel Emelyanov committed 5 years ago
    c74b83cd
    1 parent 740ae4a3
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    Makefile.versions
    1 1  #
    2 2  # CRIU version.
    3 3  CRIU_VERSION_MAJOR := 3
    4  -CRIU_VERSION_MINOR := 10
     4 +CRIU_VERSION_MINOR := 11
    5 5  CRIU_VERSION_SUBLEVEL :=
    6 6  CRIU_VERSION_EXTRA :=
    7  -CRIU_VERSION_NAME := Granite Eagle
     7 +CRIU_VERSION_NAME := Glass Flamingo
    8 8  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))
    9 9   
    10 10  export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL
    skipped 22 lines
Please wait...
Page is in error, reload to recover