Skip to content

Commit

Permalink
Prep for release 0.3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jun 3, 2016
1 parent 6ba940f commit af0063a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
10 changes: 10 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
/**
@page changes Changes

# 0.3.7 June 2 2016

- Added updated Cocoapods file for Cocoapods 1.0.0. This also add support for
the "use_frameworks" directive. Thanks to Ludovico Rossi. See @ref
getting_started for instructions on how to use the cocoapod.

Pull request [#50][gh_50].

[gh_50]: https://github.com/jmcnamara/libxlsxwriter/issues/50


## 0.3.6 June 1 2016

Expand Down
5 changes: 0 additions & 5 deletions docs/src/getting_started.dox
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ X with Objective-C and Swift see [libxlsxwriter Cocoa
Examples](https://github.com/lrossi/libxlsxwriterCocoaExamples), provided by
Ludovico Rossi.

Note: if you are using the `"use_frameworks!"` directive in your Podfile then
see the following
[discussion](https://github.com/jmcnamara/libxlsxwriter/pull/13) for a
workaround.


## Installation on Windows using Microsoft Visual Studio

Expand Down
2 changes: 1 addition & 1 deletion include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"

#define LXW_VERSION "0.3.6"
#define LXW_VERSION "0.3.7"

#endif /* __LXW_XLSXWRITER_H__ */
2 changes: 1 addition & 1 deletion include/xlsxwriter/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ enum lxw_error {
/* Max col string length. */
#define LXW_MAX_COL_NAME_LENGTH sizeof("$XFD")

/* Max cell string lenght. */
/* Max cell string length. */
#define LXW_MAX_CELL_NAME_LENGTH sizeof("$XFWD$1048576")

/* Max range: $XFWD$1048576:$XFWD$1048576\0 */
Expand Down
2 changes: 1 addition & 1 deletion libxlsxwriter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libxlsxwriter"
s.version = "0.3.6"
s.version = "0.3.7"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"
Expand Down

0 comments on commit af0063a

Please sign in to comment.