]> granicus.if.org Git - multimarkdown/commitdiff
version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 25 May 2017 01:38:18 +0000 (21:38 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 25 May 2017 01:38:18 +0000 (21:38 -0400)
CMakeLists.txt
DevelopmentNotes/DevelopmentNotes.epub
DevelopmentNotes/DevelopmentNotes.fodt
DevelopmentNotes/DevelopmentNotes.html
DevelopmentNotes/DevelopmentNotes.pdf
DevelopmentNotes/DevelopmentNotes.txt
README.md

index 84b578f10fa282004a198c22056de60be6454d0d..91422a3f0fdf3f62240533a415259247437bd700 100644 (file)
@@ -11,7 +11,7 @@ set (My_Project_Author "Fletcher T. Penney")
 set (My_Project_Revised_Date "2017-05-24")
 set (My_Project_Version_Major 6)
 set (My_Project_Version_Minor 0)
-set (My_Project_Version_Patch 6)
+set (My_Project_Version_Patch 7)
 
 set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
 
index 991ad51abd7b794b25076e5b00facb07968ab7c7..8999ba0a39a58e1fb165491ea9ed3aa2afa537fd 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ
index eb2e279c849c4a02cfe02a8142d4a65d73c97185..0e7ccf444591fa66394cde44521fb81fbab26783 100644 (file)
@@ -755,6 +755,15 @@ more cross-platform approach than that used by MMD v5.</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">2017&#8211;05&#8211;24 - v 6.0.7:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="Standard">CHANGED: Add mmd_convert_to_data functions; Refactor main.c so that EPUB and other formats use same workflow &#8211; batch mode no longer required for EPUB format</text:p></text:list-item>
+
+</text:list></text:list-item>
+
 <text:list-item>
 <text:p text:style-name="Standard">2017&#8211;05&#8211;24 - v 6.0.6:</text:p>
 
@@ -1803,4 +1812,4 @@ Metadata/Variables</text:p></text:list-item>
 </text:list>
 </office:text>
 </office:body>
-</office:document>
+</office:document>
\ No newline at end of file
index 1b9b8e7a22a624ae71dd3eeb595f6a251cc67076..014cf3567eb1e50ac1d6c4429539da2b2c852800 100644 (file)
@@ -429,6 +429,11 @@ more cross-platform approach than that used by <abbr title="MultiMarkdown">MMD</
 <h3 id="changelog">Changelog </h3>
 
 <ul>
+<li><p>2017&#8211;05&#8211;24 - v 6.0.7:</p>
+
+<ul>
+<li>CHANGED: Add mmd_convert_to_data functions; Refactor main.c so that EPUB and other formats use same workflow &#8211; batch mode no longer required for EPUB format</li>
+</ul></li>
 <li><p>2017&#8211;05&#8211;24 - v 6.0.6:</p>
 
 <ul>
@@ -766,4 +771,3 @@ PEG: <p>Parsing Expression Grammar <a href="https://en.wikipedia.org/wiki/Parsin
 
 </body>
 </html>
-
index 86aa72a41ab024d074653d9e2f7821aa023593d6..15438c7fe572589da8e600a5d3fac8d20f60b514 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ
index 7cd28580f47b47319fd7e9ee5e1d20c1f810c81b..efd18f281e79b03ee161254f07418770ae8adad2 100644 (file)
@@ -466,6 +466,11 @@ more cross-platform approach than that used by MMD v5.
 
 # Changelog #
 
+* 2017-05-24 - v 6.0.7:
+
+       *    CHANGED: Add mmd_convert_to_data functions; Refactor main.c so that EPUB and other formats use same workflow -- batch mode no longer required for EPUB format
+
+
 * 2017-05-24 - v 6.0.6:
 
        *    ADDED: Add function for accessing library version
index d07c1c88d663308c344efae2eccf49de48e1b139..fa1b0c2116c2172651186e5ed77853ed9dad2d81 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 | Author:    | Fletcher T. Penney       |  
 | Date:      | 2017-05-24 |  
 | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney.    |  
-| Version:   | 6.0.6      |  
+| Version:   | 6.0.7      |  
 
 
 ## An Announcement! ##