Skip to content

Commit

Permalink
version bump; copyright bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Dec 11, 2019
1 parent 841adb6 commit b2a36f2
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ 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 "2018-09-01")
set (My_Project_Revised_Date "2019-12-11")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 4)
set (My_Project_Version_Minor 5)
set (My_Project_Version_Patch 0)

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

set (My_Project_Copyright_Date "2016 - 2018")
set (My_Project_Copyright_Date "2016 - 2019")
set (My_Project_Copyright "Copyright © ${My_Project_Copyright_Date} ${My_Project_Author}.")

string(TOUPPER ${My_Project_Title} My_Project_Title_Caps )
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
| ---------- | ------------------------- |
| Title: | MultiMarkdown |
| Author: | Fletcher T. Penney |
| Date: | 2018-09-01 |
| Copyright: | Copyright © 2016 - 2018 Fletcher T. Penney. |
| Version: | 6.4.0 |
| Date: | 2019-12-11 |
| Copyright: | Copyright © 2016 - 2019 Fletcher T. Penney. |
| Version: | 6.5.0 |

master branch: [![Build Status](https://travis-ci.org/fletcher/MultiMarkdown-6.svg?branch=master)](https://travis-ci.org/fletcher/MultiMarkdown-6)
develop branch: [![Build Status](https://travis-ci.org/fletcher/MultiMarkdown-6.svg?branch=develop)](https://travis-ci.org/fletcher/MultiMarkdown-6)
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/itmz-lexer.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/*

Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.


The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/itmz-lexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/itmz-lexer.re
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/itmz-parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/itmz-reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/itmz-reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/itmz.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/itmz.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/opml-lexer.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/opml-lexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/opml-lexer.re
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/opml-parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/opml-reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/opml-reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/opml.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/opml.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/xml.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/xml.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down
2 changes: 1 addition & 1 deletion Sources/libMultiMarkdown/xml.re
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/*
Copyright © 2016 - 2018 Fletcher T. Penney.
Copyright © 2016 - 2019 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Expand Down

0 comments on commit b2a36f2

Please sign in to comment.