From: Fletcher T. Penney Date: Thu, 9 Feb 2017 04:09:16 +0000 (-0500) Subject: NOTE: Change version info; update README X-Git-Tag: 0.1.4a^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b80e44213754b9d853b4add8e0c33a0f1e85efba;p=multimarkdown NOTE: Change version info; update README --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f2d2be0..e3ec4ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6) set (My_Project_Title "MultiMarkdown 6") set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.") set (My_Project_Author "Fletcher T. Penney") -set (My_Project_Revised_Date "2017-02-07") +set (My_Project_Revised_Date "2017-02-08") set (My_Project_Version_Major 0) set (My_Project_Version_Minor 1) -set (My_Project_Version_Patch 2a) +set (My_Project_Version_Patch 4a) set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}") diff --git a/README.md b/README.md index 23294ac..cdf6d31 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,18 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown 6 | | Author: | Fletcher T. Penney | -| Date: | 2017-02-07 | +| Date: | 2017-02-08 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 0.1.2a | +| Version: | 0.1.4a | ## Updates ## +* 2017-02-08 -- v 0.1.4a: + + * ADDED: Add smart quote support for other languages (resolves #15) + + * 2017-02-08 -- v 0.1.3a: * ADDED: Add support for reference image id attributes diff --git a/templates/README.md.in b/templates/README.md.in index 070c260..4f00572 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -11,6 +11,11 @@ ## Updates ## +* 2017-02-08 -- v 0.1.4a: + + * ADDED: Add smart quote support for other languages (resolves #15) + + * 2017-02-08 -- v 0.1.3a: * ADDED: Add support for reference image id attributes