gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -meson: also bump lib version


From: gnunet
Subject: [gnunet] branch master updated: -meson: also bump lib version
Date: Tue, 12 Mar 2024 10:29:35 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 2135382d5 -meson: also bump lib version
2135382d5 is described below

commit 2135382d59ed935b5ded086201afec4cb7c0b48f
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Mar 12 10:29:20 2024 +0100

    -meson: also bump lib version
---
 src/lib/pq/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/pq/meson.build b/src/lib/pq/meson.build
index b94cd012f..ea73f45a1 100644
--- a/src/lib/pq/meson.build
+++ b/src/lib/pq/meson.build
@@ -9,8 +9,8 @@ libgnunetpq_src = ['pq.c',
 
 libgnunetpq = library('gnunetpq',
         libgnunetpq_src,
-        soversion: '4',
-        version: '4.0.0',
+        soversion: '5',
+        version: '5.0.0',
         dependencies: [libgnunetutil_dep, pq_dep],
         include_directories: [incdir, configuration_inc],
         install: true,

-- 
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]