2
0
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:
Cyrill Gorcunov
2013-02-11 19:24:06 +04:00
committed by Pavel Emelyanov
parent 7d8b5da7d6
commit 90fbbabb34
5 changed files with 30 additions and 5 deletions

View File

@@ -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,
/*