author | Martin Mitas
<mity@morous.org> 2019-11-29 11:58:41 UTC |
committer | Martin Mitas
<mity@morous.org> 2019-11-29 11:58:41 UTC |
parent | 46f25f0b470497d25b6f28a54238bbe1bd1208a0 |
CHANGELOG.md | +1 | -1 |
CMakeLists.txt | +1 | -1 |
diff --git a/CHANGELOG.md b/CHANGELOG.md index e11376f..f83e20c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # MD4C Change Log -## Next Version (Work in Progress) +## Version 0.4.2 Fixes: * [#98](https://github.com/mity/md4c/issues/98): diff --git a/CMakeLists.txt b/CMakeLists.txt index 76baee6..9c5431f 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 1) +set(MD_VERSION_RELEASE 2) set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}") if(WIN32)