mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 06:06:09 -06:00
Prep for release 1.1.9.
This commit is contained in:
parent
6ccd70c372
commit
7ba204a82c
3 changed files with 10 additions and 3 deletions
|
|
@ -1,6 +1,13 @@
|
|||
/**
|
||||
@page changes Changes
|
||||
|
||||
## 1.1.9 October 24 2024
|
||||
|
||||
- Fix minor pointer/value error in `lxw_name_to_row()` and `lxw_name_to_col()`
|
||||
utility functions.
|
||||
|
||||
[gh_459]: https://github.com/jmcnamara/libxlsxwriter/issues/459
|
||||
|
||||
|
||||
## 1.1.8 July 31 2024
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "1.1.8"
|
||||
#define LXW_VERSION_ID 118
|
||||
#define LXW_VERSION "1.1.9"
|
||||
#define LXW_VERSION_ID 119
|
||||
#define LXW_SOVERSION "7"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "1.1.8"
|
||||
s.version = "1.1.9"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "12.0"
|
||||
s.osx.deployment_target = "10.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue