aboutsummaryrefslogtreecommitdiff
path: root/src/fs/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/meson.build')
-rw-r--r--src/fs/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/meson.build b/src/fs/meson.build
index 5fb5a1ff4..65fe6320f 100644
--- a/src/fs/meson.build
+++ b/src/fs/meson.build
@@ -42,7 +42,8 @@ endif
42 42
43libgnunetfs = library('gnunetfs', 43libgnunetfs = library('gnunetfs',
44 libgnunetfs_src, 44 libgnunetfs_src,
45 soversion: '3.1.1', 45 soversion: '3',
46 version: '3.1.1',
46 dependencies: [libgnunetutil_dep, 47 dependencies: [libgnunetutil_dep,
47 libgnunetdatastore_dep, 48 libgnunetdatastore_dep,
48 libgnunetstatistics_dep, 49 libgnunetstatistics_dep,