summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2007-02-09 17:13:41 +0100
committerRadek Podgorny <radek@podgorny.cz>2007-02-09 17:13:41 +0100
commit121d19008ca3c96deac2ef85d4c598f112c7f01c (patch)
treecb7f4e4b14be709dcf14ace182f6774e10c5afc1
parent699a1a9a08bbcf24b716a4f4da01cc2d48335b7b (diff)
downloadunionfs-fuse-121d19008ca3c96deac2ef85d4c598f112c7f01c.tar.gz
Teach everyone about the new version filev0.17
-rw-r--r--opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opts.c b/opts.c
index e84fd62..a0edd6e 100644
--- a/opts.c
+++ b/opts.c
@@ -84,7 +84,7 @@ int unionfs_opt_proc(void *data, const char *arg, int key, struct fuse_args *out
doexit = 1;
return 0;
case KEY_VERSION:
- printf("unionfs-fuse version: 0.15\n");
+ printf("unionfs-fuse version: "VERSION"\n");
doexit = 1;
return 1;
default: