[gupnp/gupnp-1.0] build: Fix soversion for meson



commit 17027fdf45d5d77a15524c617c59abe41aa44d9b
Author: Jens Georg <mail jensge org>
Date:   Tue May 28 11:22:55 2019 +0200

    build: Fix soversion for meson

 libgupnp/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgupnp/meson.build b/libgupnp/meson.build
index 651f86b..faf3330 100644
--- a/libgupnp/meson.build
+++ b/libgupnp/meson.build
@@ -84,7 +84,7 @@ sources = files(
 libgupnp = library(
     'gupnp-1.0',
     sources + context_manager_impl + marshal,
-    version : '0.0.0',
+    version : '4.0.1',
     dependencies : dependencies + system_deps,
     c_args : context_manager_args,
     include_directories: include_directories('..'),


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