Welcome to little lamb

Code » md4c » commit 7876421

Bump version to 0.4.1 and fix CHANGELOG.md.

author Martin Mitas
2019-11-04 14:36:51 UTC
committer Martin Mitas
2019-11-04 14:38:21 UTC
parent a6b37216a10ba41cb46ecae36fdd510bed5343f4

Bump version to 0.4.1 and fix CHANGELOG.md.

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7229fdd..0f1b46d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,13 @@
 # MD4C Change Log
 
 
-## Next Version (Work in Progress)
+## Version 0.4.1
+
+Unfortunately, 0.4.0 has been released with badly updated ChangeLog. Fixing
+this is the only change on 0.4.1.
+
+
+## Version 0.4.0
 
 New features:
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ab1398..76baee6 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 0)
+set(MD_VERSION_RELEASE 1)
 set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}")
 
 if(WIN32)