gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: meson: json harmonize soversion with aut


From: gnunet
Subject: [gnunet] branch master updated: meson: json harmonize soversion with autotools build
Date: Thu, 09 Jan 2025 19:29:06 +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 2cb5bb1a9 meson: json harmonize soversion with autotools build
2cb5bb1a9 is described below

commit 2cb5bb1a9f177e7405caf4ceaa33acc617bef4ef
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jan 9 19:28:58 2025 +0100

    meson: json harmonize soversion with autotools build
---
 src/lib/json/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/json/meson.build b/src/lib/json/meson.build
index d4c3b4528..640535d0e 100644
--- a/src/lib/json/meson.build
+++ b/src/lib/json/meson.build
@@ -6,8 +6,8 @@ libgnunetjson_src = ['json.c',
 
 libgnunetjson = library('gnunetjson',
         libgnunetjson_src,
-        soversion: '0',
-        version: '0.0.0',
+        soversion: '2',
+        version: '2.0.0',
         dependencies: [libgnunetutil_dep, json_dep, mhd_dep, zlib_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]