]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/tools/arguments.c
Include -devel suffix in version string
[mirror_lxc.git] / src / lxc / tools / arguments.c
index 0907f66d78a6c61d64ea92d82f3445420de5c6aa..30fb714fd1db3b1c84dc205c2fa4509eefed04ae 100644 (file)
@@ -132,7 +132,7 @@ static void print_usage(const struct option longopts[],
 
 static void print_version()
 {
-       printf("%s%s\n", LXC_VERSION, LXC_DEVEL ? "-devel" : "");
+       printf("%s\n", lxc_get_version());
        exit(0);
 }