summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2022-07-15 13:27:45 +0200
committerRadek Podgorny <radek@podgorny.cz>2022-07-15 13:27:45 +0200
commit453f588a0d227e31730244f45fce3adb0ecbe95d (patch)
tree6a908f81ed217a93b7642b2746a777f7291deefc /CMakeLists.txt
parentb63805568e3acb2fbb55a8a185f39f0737cb1960 (diff)
downloadunionfs-fuse-git-453f588a0d227e31730244f45fce3adb0ecbe95d.tar.gz
updated news file and bumped versionv3.2
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 682e245..a47fc5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.8)
-project(unionfs-fuse VERSION 3.1
+project(unionfs-fuse VERSION 3.2
DESCRIPTION "user-space implementation of union filesystem (with help of fuse)"
LANGUAGES C)