Welcome to little lamb

Code » md4c » commit d7a8ede

Bump version to 0.3.3.

author Martin Mitas
2019-05-10 08:36:45 UTC
committer Martin Mitas
2019-05-10 08:36:45 UTC
parent 74636f3ba6a17af77c4392d86d703003acf7bb46

Bump version to 0.3.3.

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cad6d96..817e717 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 # MD4C Change Log
 
 
-## Next Version (Work in Progress)
+## Version 0.3.3
 
 Changes:
  * Make permissive URL autolink and permssive WWW autolink extensions stricter.
@@ -22,6 +22,7 @@ Fixes:
    Fix handling of parenthesis in some corner cases of permissive URL autolink
    and permssive WWW autolink extensions.
 
+
 ## Version 0.3.2
 
 Changes:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 12674d7..4fb174d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(MD4C C)
 
 set(MD_VERSION_MAJOR 0)
 set(MD_VERSION_MINOR 3)
-set(MD_VERSION_RELEASE 2)
+set(MD_VERSION_RELEASE 3)
 set(MD_VERSION "${MD_VERSION_MAJOR}.${MD_VERSION_MINOR}.${MD_VERSION_RELEASE}")
 
 if(WIN32)