gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated (de0e87f75 -> 9308a5de6)


From: gnunet
Subject: [gnunet] branch master updated (de0e87f75 -> 9308a5de6)
Date: Sat, 30 Sep 2023 08:25:10 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a change to branch master
in repository gnunet.

    from de0e87f75 BUILD: Meson, better handbook generation
     new bf24a8792 BUILD: fix dist handbook
     new 9308a5de6 BUILD: Fix pq versioning

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/handbook/meson.build | 2 +-
 src/pq/meson.build       | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/handbook/meson.build b/doc/handbook/meson.build
index 9d33a277b..dd9a2ddcf 100644
--- a/doc/handbook/meson.build
+++ b/doc/handbook/meson.build
@@ -19,7 +19,7 @@ else
 endif
 
 if fs.exists('texinfo')
-  install_data('handbook/texinfo/gnunet.info',
+  install_data('texinfo'/'gnunet.info',
                install_dir: get_option('infodir'))
 else
   if sphinx.found()
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]