From c6a843122ad60fff05e7daa2f7b30abc2ec101e9 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Mon, 19 Oct 2020 16:14:41 +0200 Subject: [BUILD] set build type and stop Release build if repository is dirty --- src/fuse/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fuse') diff --git a/src/fuse/main.c b/src/fuse/main.c index cf9efbe..5cf3e81 100644 --- a/src/fuse/main.c +++ b/src/fuse/main.c @@ -273,7 +273,7 @@ static struct fuse_lowlevel_ops image_oper = { static void printVersion() { char *arg[] = { "foo", "-V" }; - printf( "dnbd3-fuse version: %s\n", DNBD3_VERSION ); + printf( "dnbd3-fuse version: %s\n", DNBD3_BUILD_VERSION ); printf( "Protocol version: %d\n", (int)PROTOCOL_VERSION ); struct fuse_args args = FUSE_ARGS_INIT( 2, arg ); fuse_parse_cmdline( &args, NULL, NULL, NULL ); -- cgit v1.2.3-55-g7522