[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/02: BUILD: Fix pq versioning
From: |
gnunet |
Subject: |
[gnunet] 02/02: BUILD: Fix pq versioning |
Date: |
Sat, 30 Sep 2023 08:25:12 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit 9308a5de6a2c51a41be83cc25eb328b246f5df7c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Sep 30 08:25:06 2023 +0200
BUILD: Fix pq versioning
---
src/pq/meson.build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/pq/meson.build b/src/pq/meson.build
index 2a3406e28..75d19795f 100644
--- a/src/pq/meson.build
+++ b/src/pq/meson.build
@@ -15,6 +15,8 @@ if get_option('monolith')
endif
libgnunetpq = library('gnunetpq',
+ soversion: '4',
+ version: '4.0.0',
libgnunetpq_src,
dependencies: [libgnunetutil_dep, pq_dep],
include_directories: [incdir, configuration_inc],
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.