summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2023-02-28 14:12:41 +0100
committerRadek Podgorny <radek@podgorny.cz>2023-02-28 14:12:41 +0100
commit1682b698d6247669f3e2cfbbe26e4ea235e6cae4 (patch)
treee90de197237b2e0bb96958be3441567c0aabb516
parent1efc77d6e0205d134f605e75821d809419e2749e (diff)
downloadunionfs-fuse-git-1682b698d6247669f3e2cfbbe26e4ea235e6cae4.tar.gz
bump version to 3.3HEADv3.3master
-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