Skip to content

Commit

Permalink
Prep for release 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Aug 9, 2021
1 parent b66c9bc commit 576d169
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/**
@page changes Changes

## 1.1.3 August 9 2021

- Changed worksheet_filter_column2() parameter name "operator" to "and_or" to
avoid a conflict with the C++ reserved keyword.

## 1.1.2 August 8 2021

Expand Down
4 changes: 2 additions & 2 deletions include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"

#define LXW_VERSION "1.1.2"
#define LXW_VERSION_ID 112
#define LXW_VERSION "1.1.3"
#define LXW_VERSION_ID 113
#define LXW_SOVERSION "3"

#endif /* __LXW_XLSXWRITER_H__ */
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 = "1.1.2"
s.version = "1.1.3"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.8"
Expand Down

0 comments on commit 576d169

Please sign in to comment.