Skip to content

Commit

Permalink
criu: Version 2.11.1
Browse files Browse the repository at this point in the history
In 2.11 we've had several got bronek:

- page-server start via RPC
- Fedora build
- ppc64le restorer switch

Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
  • Loading branch information
xemul committed Feb 17, 2017
1 parent 01e475a commit e4f60ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.versions
Expand Up @@ -2,7 +2,7 @@
# CRIU version.
CRIU_VERSION_MAJOR := 2
CRIU_VERSION_MINOR := 11
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_SUBLEVEL := 1
CRIU_VERSION_EXTRA :=
CRIU_VERSION_NAME := Acrylic Bullfinch
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))
Expand Down

0 comments on commit e4f60ee

Please sign in to comment.