Skip to content

Commit

Permalink
Merge branch 'release/6.5.1b'
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Dec 29, 2019
2 parents 97d865d + b42ac1d commit c637ee3
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 6 deletions.
4 changes: 2 additions & 2 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 "2019-12-11")
set (My_Project_Revised_Date "2019-12-28")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 5)
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
Binary file modified DevelopmentNotes/DevelopmentNotes.epub
Binary file not shown.
Loading

0 comments on commit c637ee3

Please sign in to comment.