Welcome to little lamb

Code » md4c » commit 7021024

Bump version to 0.4.4.

author Martin Mitas
2020-05-29 15:21:21 UTC
committer Martin Mitas
2020-05-29 15:21:21 UTC
parent 4e7da1c1cd4bc022f53eb09e9c96781d38958f9c

Bump version to 0.4.4.

CHANGELOG.md +1 -1
CMakeLists.txt +1 -1

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73bc008..e777b5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 # MD4C Change Log
 
 
-## Next Version (Work in Progress)
+## Version 0.4.4
 
 Changes:
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 455e4cf..b44e362 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 3)
+set(MD_VERSION_RELEASE 4)
 set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}")
 
 set(PROJECT_VERSION "${MD_VERSION}")