Projects STRLCPY criu Commits f25fda84
🤬
  • criu: Version 3.2.1

    This is a hot-fix with a regression fix and an urgent
    support for the latest-n-greatest kernel API change.
    
    Signed-off-by: Pavel Emelyanov <[email protected]>
  • Loading...
  • Pavel Emelyanov committed 7 years ago
    f25fda84
    1 parent e6302380
  • ■ ■ ■ ■
    Makefile.versions
    skipped 1 lines
    2 2  # CRIU version.
    3 3  CRIU_VERSION_MAJOR := 3
    4 4  CRIU_VERSION_MINOR := 2
    5  -CRIU_VERSION_SUBLEVEL :=
     5 +CRIU_VERSION_SUBLEVEL := 1
    6 6  CRIU_VERSION_EXTRA :=
    7 7  CRIU_VERSION_NAME := Tin Hoopoe
    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))
    skipped 24 lines
Please wait...
Page is in error, reload to recover