aboutsummaryrefslogtreecommitdiff
path: root/src/hello
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/hello
parent704e2103efba355173516ae7cbe281f08f9aaa98 (diff)
downloadgnunet-f378c4b292d1db72a454fde7b1ee2a0de6b12ec7.tar.gz
gnunet-f378c4b292d1db72a454fde7b1ee2a0de6b12ec7.zip
BUILD: meson use correct soversion and version
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hello/meson.build b/src/hello/meson.build
index bac772f32..21cef79a4 100644
--- a/src/hello/meson.build
+++ b/src/hello/meson.build
@@ -15,7 +15,8 @@ endif
15 15
16libgnunethello = library('gnunethello', 16libgnunethello = library('gnunethello',
17 libgnunethello_src, 17 libgnunethello_src,
18 soversion: '1.0.1', 18 soversion: '1',
19 version: '1.0.1',
19 dependencies: libgnunetutil_dep, 20 dependencies: libgnunetutil_dep,
20 include_directories: [incdir, configuration_inc], 21 include_directories: [incdir, configuration_inc],
21 install: true, 22 install: true,