version bump

This commit is contained in:
Fletcher T. Penney 2017-03-13 18:11:17 -04:00
parent 8a55487333
commit a0f1fa74dc
3 changed files with 34 additions and 4 deletions

View File

@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6)
set (My_Project_Title "MultiMarkdown")
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-03-09")
set (My_Project_Revised_Date "2017-03-13")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 0)
set (My_Project_Version_Patch -b1)
set (My_Project_Version_Patch 0-b2)
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")

View File

@ -4,13 +4,28 @@
| ---------- | ------------------------- |
| Title: | MultiMarkdown |
| Author: | Fletcher T. Penney |
| Date: | 2017-03-09 |
| Date: | 2017-03-13 |
| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. |
| Version: | 6.0.-b1 |
| Version: | 6.0.0-b2 |
## Updates ##
* 2017-03-13 -- v 6.0.0-b2:
* ADDED: Add CriticMarkup preprocessor that works across empty lines when accepting/rejecting markup
* ADDED: Add back the mmd6 latex title file
* ADDED: Basic EPUB 3 support -- uses 'miniz' library to zip creation
* ADDED: Update QuickStart and EPUB code
* CHANGED: Update QuickStart guide
* CHANGED: Update test suite
* FIXED: Don't duplicate LaTeX glossary definitions
* FIXED: Fix abbreviations in ODF; Improve test suite
* FIXED: Improve glossaries and abbreviations; Update QuickStart
* FIXED: Tidy up some compiler warnings in code
* FIXED: Use custom UUID code to minimize external dependencies
* 2017-03-09 -- v 6.0.0-b1:
* ADDED: Add French translations; fix typo in German

View File

@ -11,6 +11,21 @@
## Updates ##
* 2017-03-13 -- v 6.0.0-b2:
* ADDED: Add CriticMarkup preprocessor that works across empty lines when accepting/rejecting markup
* ADDED: Add back the mmd6 latex title file
* ADDED: Basic EPUB 3 support -- uses 'miniz' library to zip creation
* ADDED: Update QuickStart and EPUB code
* CHANGED: Update QuickStart guide
* CHANGED: Update test suite
* FIXED: Don't duplicate LaTeX glossary definitions
* FIXED: Fix abbreviations in ODF; Improve test suite
* FIXED: Improve glossaries and abbreviations; Update QuickStart
* FIXED: Tidy up some compiler warnings in code
* FIXED: Use custom UUID code to minimize external dependencies
* 2017-03-09 -- v 6.0.0-b1:
* ADDED: Add French translations; fix typo in German