Welcome to little lamb

Code » md4c » commit c3340b4

Bump version to 0.4.8.

author Martin Mitas
2021-05-11 10:33:15 UTC
committer Martin Mitas
2021-05-11 10:33:32 UTC
parent da77b928d7202f94d4e31da44d2e8dc57ede39a3

Bump version to 0.4.8.

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 336014c..902b6ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 # MD4C Change Log
 
 
-## Next Version (Work in Progress)
+## Version 0.4.8
 
 Fixes:
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b5536e3..57e353f 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 7)
+set(MD_VERSION_RELEASE 8)
 set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}")
 
 set(PROJECT_VERSION "${MD_VERSION}")