Add soname versioning to the dynamic library.

Issue: #340
This commit is contained in:
John McNamara 2021-06-25 00:01:52 +01:00
parent dcf8d418db
commit 9a5ee07d48
6 changed files with 30 additions and 12 deletions

View file

@ -20,5 +20,6 @@
#define LXW_VERSION "1.0.6"
#define LXW_VERSION_ID 106
#define LXW_SOVERSION "2"
#endif /* __LXW_XLSXWRITER_H__ */