]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/lxc_init.c
Include -devel suffix in version string
[mirror_lxc.git] / src / lxc / lxc_init.c
index e460f7de1a94cadf9298dcedc144a8819ab18f06..2879a9399fc611f48830977a6e59ec5276dc990d 100644 (file)
@@ -440,7 +440,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_VERSION);
        exit(0);
 }