summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--man/unionfs.82
-rw-r--r--src/version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a47fc5d..f9cd691 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.8)
-project(unionfs-fuse VERSION 3.2
+project(unionfs-fuse VERSION 3.3
DESCRIPTION "user-space implementation of union filesystem (with help of fuse)"
LANGUAGES C)
diff --git a/man/unionfs.8 b/man/unionfs.8
index 2a177de..0256882 100644
--- a/man/unionfs.8
+++ b/man/unionfs.8
@@ -7,7 +7,7 @@
.ft R
.fi
..
-.TH "unionfs" "8" "2022" "unionfs-fuse 3.2" ""
+.TH "unionfs" "8" "2022" "unionfs-fuse 3.3" ""
.SH "NAME"
unionfs\-fuse \- A userspace unionfs implementation
.SH "SYNOPSIS"
diff --git a/src/version.h b/src/version.h
index 31dc30a..63aec50 100644
--- a/src/version.h
+++ b/src/version.h
@@ -4,5 +4,5 @@
*/
#ifndef _VERSION_H
-#define VERSION "3.2"
+#define VERSION "3.3"
#endif