criu/lib/criu.c
Cyrill Gorcunov 5006ed5f7c version: Define version as a macro
Defining it as static char is a bad idea especially
if it get included and never used -- we will get
"unused" variable error.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-09-14 15:00:17 +04:00

3 lines
67 B
C

#include "version.h"
const char *criu_lib_version = CRIU_VERSION;