CHANGED: version bump

This commit is contained in:
Fletcher T. Penney 2017-01-28 19:57:51 -05:00
parent ad06a83a41
commit b2c89eaace
3 changed files with 36 additions and 4 deletions

View File

@ -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-01-18")
set (My_Project_Revised_Date "2017-01-28")
set (My_Project_Version_Major 0)
set (My_Project_Version_Minor 1)
set (My_Project_Version_Patch 0a)
set (My_Project_Version_Patch 1a)
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")

View File

@ -4,9 +4,25 @@
| ---------- | ------------------------- |
| Title: | MultiMarkdown 6 |
| Author: | Fletcher T. Penney |
| Date: | 2017-01-18 |
| Date: | 2017-01-28 |
| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. |
| Version: | 0.1.0a |
| Version: | 0.1.1a |
## Updates ##
* 2017-01-28 -- v 0.1.1a includes a few updates:
* Metadata support
* Metadata variables support
* Extended ASCII range character checking
* Rudimentary language translations, including German
* Improved performance
* Additional testing:
* CriticMarkup
* HTML Blokcs
* Metadata/Variables
* "pathologic" test cases from CommonMark
## An Announcement! ##

View File

@ -9,6 +9,22 @@
| Version: | @My_Project_Version@ |
## Updates ##
* 2017-01-28 -- v 0.1.1a includes a few updates:
* Metadata support
* Metadata variables support
* Extended ASCII range character checking
* Rudimentary language translations, including German
* Improved performance
* Additional testing:
* CriticMarkup
* HTML Blokcs
* Metadata/Variables
* "pathologic" test cases from CommonMark
## An Announcement! ##
I would like to officially announce that MultiMarkdown version 6 is in public