Prep for release 0.7.4.

This commit is contained in:
John McNamara 2017-08-20 12:11:42 +01:00
parent 1ac2a1e804
commit 9d14d21a51
3 changed files with 9 additions and 2 deletions

View file

@ -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].

View file

@ -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__ */

View file

@ -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"