Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Oct 28, 2020
1 parent 0d40721 commit 58eb2b6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 2.6)
set (My_Project_Title "libMultiMarkdown")
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 "2020-10-27")
set (My_Project_Revised_Date "2020-10-28")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 6)
set (My_Project_Version_Patch 0)
Expand Down
Binary file modified DevelopmentNotes/DevelopmentNotes.epub
Binary file not shown.
9 changes: 9 additions & 0 deletions DevelopmentNotes/DevelopmentNotes.fodt
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,15 @@ TextBundle/TextPack, OpenDocument, etc.</text:p></text:list-item>
<text:h text:outline-level="3"><text:bookmark text:name="changelog"/>Changelog</text:h>

<text:list text:style-name="L1">
<text:list-item>
<text:p text:style-name="Standard">2020&#8211;10&#8211;28 - v 6.6.0:</text:p>

<text:list text:style-name="L1">
<text:list-item>
<text:p text:style-name="Standard">UPDATED: Restructure source code organization; Restructure Cmake configuration file; restructure Makefile</text:p></text:list-item>

</text:list></text:list-item>

<text:list-item>
<text:p text:style-name="Standard">2020&#8211;10&#8211;28 - v 6.5.3:</text:p>

Expand Down
5 changes: 5 additions & 0 deletions DevelopmentNotes/DevelopmentNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ <h3 id="dependencieslibraries">Dependencies/Libraries</h3>
<h3 id="changelog">Changelog</h3>

<ul>
<li><p>2020&#8211;10&#8211;28 - v 6.6.0:</p>

<ul>
<li>UPDATED: Restructure source code organization; Restructure Cmake configuration file; restructure Makefile</li>
</ul></li>
<li><p>2020&#8211;10&#8211;28 - v 6.5.3:</p>

<ul>
Expand Down
Binary file modified DevelopmentNotes/DevelopmentNotes.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions DevelopmentNotes/DevelopmentNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,11 @@ TextBundle/TextPack, OpenDocument, etc.

# Changelog #

* 2020-10-28 - v 6.6.0:

* UPDATED: Restructure source code organization; Restructure Cmake configuration file; restructure Makefile


* 2020-10-28 - v 6.5.3:

* ADDED: Add additional blockquote tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| ---------- | ------------------------- |
| Title: | libMultiMarkdown |
| Author: | Fletcher T. Penney |
| Date: | 2020-10-27 |
| Date: | 2020-10-28 |
| Copyright: | Copyright © 2016 - 2020 Fletcher T. Penney. |
| Version: | 6.6.0 |

Expand Down

0 comments on commit 58eb2b6

Please sign in to comment.