From d296d4c8a9e77a950cc60598359884b28b9b15c9 Mon Sep 17 00:00:00 2001 From: Brecht Sanders Date: Mon, 6 Jul 2020 18:35:51 +0200 Subject: [PATCH] --- Changelog.txt | 2 +- include/xlsxio_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 97bd6c6..fe3e8d7 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -2,7 +2,7 @@ 2020-07-06 Brecht Sanders https://github.com/brechtsanders/ - * fixed issues with XLSXIOREAD_SKIP_EMPTY_CELLS/XLSXIOREAD_SKIP_EMPTY_ROWS/XLSXIOREAD_SKIP_ALL_EMPTY (issue #75) + * fixed issues with XLSXIOREAD_SKIP_EMPTY_CELLS/XLSXIOREAD_SKIP_EMPTY_ROWS/XLSXIOREAD_SKIP_ALL_EMPTY/XLSXIOREAD_SKIP_EXTRA_CELLS (issue #75) 0.2.27 diff --git a/include/xlsxio_version.h b/include/xlsxio_version.h index f9a83cb..b66a9c6 100644 --- a/include/xlsxio_version.h +++ b/include/xlsxio_version.h @@ -49,7 +49,7 @@ THE SOFTWARE. /*! \brief minor version number */ #define XLSXIO_VERSION_MINOR 2 /*! \brief micro version number */ -#define XLSXIO_VERSION_MICRO 27 +#define XLSXIO_VERSION_MICRO 28 /*! @} */ /*! \cond PRIVATE */