diff options
author | Manuel Bentele | 2020-10-19 16:14:41 +0200 |
---|---|---|
committer | Manuel Bentele | 2020-10-19 16:16:58 +0200 |
commit | c6a843122ad60fff05e7daa2f7b30abc2ec101e9 (patch) | |
tree | aa60daa34b282165f1a70c4654d84530cbd53fa2 /src/fuse | |
parent | [BUILD] build Linux kernel module only on Linux systems (diff) | |
download | dnbd3-c6a843122ad60fff05e7daa2f7b30abc2ec101e9.tar.gz dnbd3-c6a843122ad60fff05e7daa2f7b30abc2ec101e9.tar.xz dnbd3-c6a843122ad60fff05e7daa2f7b30abc2ec101e9.zip |
[BUILD] set build type and stop Release build if repository is dirty
Diffstat (limited to 'src/fuse')
-rw-r--r-- | src/fuse/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |