libxlsxwriter/include/xlsxwriter.h in fast_excel-0.4.1 vs libxlsxwriter/include/xlsxwriter.h in fast_excel-0.5.0

- old
+ new

@@ -1,9 +1,9 @@ /* * libxlsxwriter * - * Copyright 2014-2019, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. + * Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. */ /** * @file xlsxwriter.h * @@ -16,8 +16,10 @@ #include "xlsxwriter/workbook.h" #include "xlsxwriter/worksheet.h" #include "xlsxwriter/format.h" #include "xlsxwriter/utility.h" -#define LXW_VERSION "0.8.6" +#define LXW_VERSION "1.1.5" +#define LXW_VERSION_ID 115 +#define LXW_SOVERSION "5" #endif /* __LXW_XLSXWRITER_H__ */