mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 18:19:39 +00:00
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>
3 lines
67 B
C
3 lines
67 B
C
#include "version.h"
|
|
|
|
const char *criu_lib_version = CRIU_VERSION;
|