summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2008-07-26 18:03:36 +0200
committerRadek Podgorny <radek@podgorny.cz>2008-07-26 18:03:36 +0200
commite69ef73c5afbae66b6c0ef4137e606dfa87b7571 (patch)
treee83fca10bfd2ec46385fca69e74e4286520411bb
parent1755d60a438ffd6ca72cc5e4b8e22dcefee0ff2e (diff)
downloadunionfs-fuse-e69ef73c5afbae66b6c0ef4137e606dfa87b7571.tar.gz
Version bumpv0.21
-rw-r--r--man/unionfs-fuse.82
-rw-r--r--src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/unionfs-fuse.8 b/man/unionfs-fuse.8
index 6e377f4..8386c13 100644
--- a/man/unionfs-fuse.8
+++ b/man/unionfs-fuse.8
@@ -7,7 +7,7 @@
.ft R
.fi
..
-.TH "unionfs-fuse" "8" "June 2008" "unionfs-fuse 0.20" ""
+.TH "unionfs-fuse" "8" "June 2008" "unionfs-fuse 0.21" ""
.SH "NAME"
unionfs\-fuse \- A userspace unionfs implementation
.SH "SYNOPSIS"
diff --git a/src/version.h b/src/version.h
index 2d497e2..99478fb 100644
--- a/src/version.h
+++ b/src/version.h
@@ -4,5 +4,5 @@
*/
#ifndef _VERSION_H
-#define VERSION "0.20"
+#define VERSION "0.21"
#endif