Skip to content

Commit

Permalink
Prep for release 0.7.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed May 16, 2018
1 parent d9ece0e commit 3f95641
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
/**
@page changes Changes


## 0.7.7 May 16 2018

- Fix to ensure the use of wide filenames on Windows with Microsoft Visual
C++.
Issue [#153][gh_153].

[gh_153]: https://github.com/jmcnamara/libxlsxwriter/issues/153

- Added docs on building an app with Cmake and Microsoft Visual C++ on
Windows. See @ref gsg_cmake_app.


## 0.7.6 January 11 2018

- Added support for worksheet Grouping and Outlines.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting_started.dox
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ configure with:
For more information on using generators see:
[cmake-generators](https://cmake.org/cmake/help/v3.0/manual/cmake-generators.7.html).

@subsection gsg_cmake_app Build an app with Cmake and Microsoft Visual Studio
@subsection gsg_cmake_app Building an app with Cmake and Microsoft Visual Studio

Open a Windows CMD or Command Window and set up your MSVC environment, if
required.
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.7.6"
#define LXW_VERSION "0.7.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 = "0.7.6"
s.version = "0.7.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 3f95641

Please sign in to comment.