[json-glib: 2/11] build: Remove duplicate variable definition



commit 5d34a326ad9e5ab753d3b6781e8bba6cbf0d5f01
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Jul 10 10:20:56 2017 +0100

    build: Remove duplicate variable definition
    
    We declare `soversion` twice, with the same value.

 meson.build |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 6a272ee..902692c 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,6 @@ json_version_minor = version_arr[1].to_int()
 json_version_micro = version_arr[2].to_int()
 
 apiversion = '1.0'
-soversion = 0
 
 if json_version_minor.is_odd()
   json_interface_age = 0


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