diff options
author | Radek Podgorny <radek@podgorny.cz> | 2023-02-28 14:12:41 +0100 |
---|---|---|
committer | Radek Podgorny <radek@podgorny.cz> | 2023-02-28 14:12:41 +0100 |
commit | 1682b698d6247669f3e2cfbbe26e4ea235e6cae4 (patch) | |
tree | e90de197237b2e0bb96958be3441567c0aabb516 /CMakeLists.txt | |
parent | 1efc77d6e0205d134f605e75821d809419e2749e (diff) | |
download | unionfs-fuse-git-master.tar.gz |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) |