aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-24 13:38:43 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-24 13:38:43 +0200
commitf378c4b292d1db72a454fde7b1ee2a0de6b12ec7 (patch)
tree995006fda37180aae880230085e24b2ac7875540 /src/revocation
parent704e2103efba355173516ae7cbe281f08f9aaa98 (diff)
downloadgnunet-f378c4b292d1db72a454fde7b1ee2a0de6b12ec7.tar.gz
gnunet-f378c4b292d1db72a454fde7b1ee2a0de6b12ec7.zip
BUILD: meson use correct soversion and version
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/revocation/meson.build b/src/revocation/meson.build
index fda4bc6f4..51b3aa146 100644
--- a/src/revocation/meson.build
+++ b/src/revocation/meson.build
@@ -18,7 +18,8 @@ endif
18 18
19libgnunetrevocation = library('gnunetrevocation', 19libgnunetrevocation = library('gnunetrevocation',
20 libgnunetrevocation_src, 20 libgnunetrevocation_src,
21 soversion: '0.0.0', 21 soversion: '0',
22 version: '0.0.0',
22 dependencies: [libgnunetutil_dep, libgnunetidentity_dep], 23 dependencies: [libgnunetutil_dep, libgnunetidentity_dep],
23 include_directories: [incdir, configuration_inc], 24 include_directories: [incdir, configuration_inc],
24 install: true, 25 install: true,