mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 22:35:33 +00:00
make: Generate crtools version from Makefile definition
This allows us to have a unique place where version lives and what is more important other subsystems (such as docs generation) may reuse version definitions. At moment EXTRA (which corresponds kernels -rc tag) and NAME is not yet used, but I desided to put them in place for future needs. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
7d8b5da7d6
commit
90fbbabb34
@@ -14,9 +14,6 @@
|
||||
|
||||
#define CR_FD_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
|
||||
|
||||
#define CRIU_VERSION_MAJOR 0
|
||||
#define CRIU_VERSION_MINOR 3
|
||||
|
||||
enum {
|
||||
CR_FD_INVENTORY,
|
||||
/*
|
||||
|
Reference in New Issue
Block a user