summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent1efc77d6e0205d134f605e75821d809419e2749e (diff)
downloadunionfs-fuse-git-master.tar.gz
bump version to 3.3HEADv3.3master
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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)