mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.9.3.
This commit is contained in:
parent
78f6d7760a
commit
5de3c005c6
@ -2,6 +2,11 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.9.3 January 13 2019
|
||||
|
||||
- Fix Xcode/Cocoapods build warnings.
|
||||
|
||||
|
||||
## 0.9.2 January 13 2019
|
||||
|
||||
- Added support for writing cell comments, see @ref working_with_comments.
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.9.2"
|
||||
#define LXW_VERSION_ID 92
|
||||
#define LXW_VERSION "0.9.3"
|
||||
#define LXW_VERSION_ID 93
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.9.2"
|
||||
s.version = "0.9.3"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "8.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user