mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Prep for release 0.7.4.
This commit is contained in:
parent
1ac2a1e804
commit
9d14d21a51
3 changed files with 9 additions and 2 deletions
|
|
@ -1,8 +1,15 @@
|
|||
/**
|
||||
@page changes Changes
|
||||
|
||||
## 0.7.4 August 20 2017
|
||||
|
||||
- Fix make build system "install" target for compatibility with macOS "brew"
|
||||
installer.
|
||||
|
||||
|
||||
## 0.7.3 August 12 2017
|
||||
|
||||
|
||||
- Build system fixes for Gentoo.
|
||||
Issue [#116][gh_116].
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.7.3"
|
||||
#define LXW_VERSION "0.7.4"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.7.3"
|
||||
s.version = "0.7.4"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "6.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue