Skip to content

Commit

Permalink
Merge branch 'release/6.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Sep 4, 2017
2 parents b0be59d + a9f76d5 commit c9cf68e
Show file tree
Hide file tree
Showing 35 changed files with 1,296 additions and 439 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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-08-15")
set (My_Project_Revised_Date "2017-09-04")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 2)
set (My_Project_Version_Patch 0)
set (My_Project_Version_Patch 1)

set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")

Expand Down Expand Up @@ -240,7 +240,6 @@ set(header_files
if (WIN32)
set (scripts
scripts/mmd.bat
scripts/mmd2all.bat
scripts/mmd2epub.bat
scripts/mmd2fodt.bat
scripts/mmd2odt.bat
Expand Down
Binary file modified DevelopmentNotes/DevelopmentNotes.epub
Binary file not shown.
Loading

0 comments on commit c9cf68e

Please sign in to comment.