author | Martin Mitas
<mity@morous.org> 2020-08-16 08:56:19 UTC |
committer | Martin Mitas
<mity@morous.org> 2020-08-16 08:56:19 UTC |
parent | 67214417dd6ac3e9ee30a18c1ebb52a4819c4c31 |
CHANGELOG.md | +2 | -1 |
CMakeLists.txt | +1 | -1 |
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74255ff..5176d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # MD4C Change Log -## Next Version (Work in Progress) +## Version 0.4.5 Fixes: @@ -13,6 +13,7 @@ Fixes: * [#124](https://github.com/mity/md4c/issues/124): Fix handling of indentation of 16 or more spaces in the fenced code blocks. + ## Version 0.4.4 Changes: diff --git a/CMakeLists.txt b/CMakeLists.txt index b44e362..deddecb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(MD4C C) set(MD_VERSION_MAJOR 0) set(MD_VERSION_MINOR 4) -set(MD_VERSION_RELEASE 4) +set(MD_VERSION_RELEASE 5) set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}") set(PROJECT_VERSION "${MD_VERSION}")