Skip to content

Commit

Permalink
Prep for release 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jul 3, 2021
1 parent 2d849f0 commit 22612d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/**
@page changes Changes

## 1.0.8 July 3 2021

- Fix for dynamic library soname on Linux.


## 1.0.7 July 1 2021

- Added support for writing Unix date/times via the
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.0.7"
#define LXW_VERSION_ID 107
#define LXW_VERSION "1.0.8"
#define LXW_VERSION_ID 108
#define LXW_SOVERSION "2"

#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.0.7"
s.version = "1.0.8"
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 22612d9

Please sign in to comment.