From: Fletcher T. Penney Date: Wed, 29 Mar 2017 23:39:30 +0000 (-0400) Subject: version bump X-Git-Tag: 6.0.3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eeb55b2d89bc5ccee9aaa4e3ee1c997140a01572;p=multimarkdown version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 08684cb..432108a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set (My_Project_Author "Fletcher T. Penney") set (My_Project_Revised_Date "2017-03-29") set (My_Project_Version_Major 6) set (My_Project_Version_Minor 0) -set (My_Project_Version_Patch 2) +set (My_Project_Version_Patch 3) set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}") diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt index fbd37b7..2dfa5fa 100644 --- a/DevelopmentNotes/DevelopmentNotes.txt +++ b/DevelopmentNotes/DevelopmentNotes.txt @@ -466,6 +466,14 @@ more cross-platform approach than that used by MMD v5. # Changelog # +* 2017-03-29 - v 6.0.3: + + * ADDED: Script for updating re2c and lemon files + * CHANGED: Recompile lexer using -8 flag + * CHANGED: Recompile scanners using -8 flag + * FIXED: Don't separate out 'à' + + * 2017-03-29 - v 6.0.2: * CHANGED: Refactor code slightly diff --git a/README.md b/README.md index c66a97b..46f0481 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Author: | Fletcher T. Penney | | Date: | 2017-03-29 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 6.0.2 | +| Version: | 6.0.3 | ## An Announcement! ##