Skip to content

Commit

Permalink
Prep for release 1.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Oct 24, 2024
1 parent 6ccd70c commit 7ba204a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/**
@page changes Changes

## 1.1.9 October 24 2024

- Fix minor pointer/value error in `lxw_name_to_row()` and `lxw_name_to_col()`
utility functions.

[gh_459]: https://github.com/jmcnamara/libxlsxwriter/issues/459


## 1.1.8 July 31 2024

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

#define LXW_VERSION "1.1.8"
#define LXW_VERSION_ID 118
#define LXW_VERSION "1.1.9"
#define LXW_VERSION_ID 119
#define LXW_SOVERSION "7"

#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.8"
s.version = "1.1.9"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "12.0"
s.osx.deployment_target = "10.13"
Expand Down

0 comments on commit 7ba204a

Please sign in to comment.