summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2016-11-22 01:57:34 +0100
committerRadek Podgorny <radek@podgorny.cz>2016-11-22 01:57:34 +0100
commite1e9a60323deda18c1ed236a256d999b62cb0381 (patch)
tree17677121ac6ed2912a66ad24c3fd9782976fad7f
parent81826f32b4dc19d00f561496504eaf66fb2b89e6 (diff)
downloadunionfs-fuse-git-2.0.tar.gz
version bumpv2.0
-rw-r--r--man/unionfs.82
-rw-r--r--src/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/unionfs.8 b/man/unionfs.8
index 9c9f859..81951e6 100644
--- a/man/unionfs.8
+++ b/man/unionfs.8
@@ -7,7 +7,7 @@
.ft R
.fi
..
-.TH "unionfs" "8" "2015" "unionfs-fuse 1.0" ""
+.TH "unionfs" "8" "2016" "unionfs-fuse 2.0" ""
.SH "NAME"
unionfs\-fuse \- A userspace unionfs implementation
.SH "SYNOPSIS"
diff --git a/src/version.h b/src/version.h
index f052b8b..eeb977c 100644
--- a/src/version.h
+++ b/src/version.h
@@ -4,5 +4,5 @@
*/
#ifndef _VERSION_H
-#define VERSION "1.0"
+#define VERSION "2.0"
#endif