summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-02-25 21:39:49 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2018-02-26 10:33:38 +0100
commite186bf3c3ee4d2eb91a22b6921726eac9b815130 (patch)
treeba9dca7165ff59c2df5a5797ece6f7bc0a098ebf /CMakeLists.txt
parent09c4d6239c0bd18fdeb15e99d6de43ea3c68fcef (diff)
downloadouroboros-e186bf3c3ee4d2eb91a22b6921726eac9b815130.tar.gz
ouroboros-e186bf3c3ee4d2eb91a22b6921726eac9b815130.zip
lib: Fix FUSE access for non-root users0.10.4
This fixes the access to the RIB for non-root users. Thanks to Sitri and Dagger from the ##fuse channel for their assistance. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
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 0bbddd1d..42fbc0d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ include(GNUInstallDirs)
set(PACKAGE_VERSION_MAJOR 0)
set(PACKAGE_VERSION_MINOR 10)
-set(PACKAGE_VERSION_PATCH 3)
+set(PACKAGE_VERSION_PATCH 4)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")