diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2019-01-22 14:25:46 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2019-01-23 09:05:05 +0100 |
commit | 8b9fe86bd1163c0411f45daa3f844004e3037970 (patch) | |
tree | 9a695126cf4b7dfa40cd1384d422fe75a5656b84 /python | |
parent | Merge branch 'no_sign_empty_update' into 'master' (diff) | |
download | knot-8b9fe86bd1163c0411f45daa3f844004e3037970.tar.xz knot-8b9fe86bd1163c0411f45daa3f844004e3037970.zip |
Add 'soname' variable to pkg-config files
Diffstat (limited to 'python')
-rw-r--r-- | python/libknot/__init__.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/libknot/__init__.py.in b/python/libknot/__init__.py.in index a13b36945..59843404f 100644 --- a/python/libknot/__init__.py.in +++ b/python/libknot/__init__.py.in @@ -1,3 +1,3 @@ """Python libknot interface.""" -LIBKNOT_VERSION = "@python_libknot_VERSION@" +LIBKNOT_VERSION = "@libknot_SOVERSION@" |