author | Martin Mitas
<mity@morous.org> 2020-02-17 11:15:21 UTC |
committer | Martin Mitas
<mity@morous.org> 2020-02-17 11:15:40 UTC |
parent | cc9a9d28ca4154f9e8540f9e89c8e88f6469949d |
CHANGELOG.md | +1 | -1 |
CMakeLists.txt | +1 | -1 |
diff --git a/CHANGELOG.md b/CHANGELOG.md index be70ce3..e828bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # MD4C Change Log -## Next Version (Work in Progress) +## Version 0.4.3 New features: diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c5431f..e3de012 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 2) +set(MD_VERSION_RELEASE 3) set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}") if(WIN32)