diff options
-rw-r--r-- | man/unionfs.8 | 2 | ||||
-rw-r--r-- | src/version.h | 2 |
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 |