diff --git a/CHANGELOG.md b/CHANGELOG.md index 1824098..784b6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,8 +25,12 @@ The latest version of this file can be found at the master branch of the *Clean Thesis* [repository](https://github.com/derric/cleanthesis). ## Latest Dev +- ... + +## v0.3.1 - re-licensed cleanthesis using the LPPL 1.3, http://www.latex-project.org/lppl.txt - moved documentation into a separate subfolder (doc/) +- Example: change specific version number to a more general value (My First Draft). ## v0.3 - Created this changelog text file diff --git a/cleanthesis.sty b/cleanthesis.sty index b62971f..188515d 100644 --- a/cleanthesis.sty +++ b/cleanthesis.sty @@ -29,7 +29,7 @@ % % ************************************************** \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{cleanthesis}[2015/06/29 v0.3 Clean-looking thesis style inspired by Apple's user guide documents] +\ProvidesPackage{cleanthesis}[2015/08/26 v0.3.1 Clean-looking thesis style inspired by Apple's user guide documents] % % ************************************************** % Package options diff --git a/doc/cleanthesis-doc.pdf b/doc/cleanthesis-doc.pdf index 5f5faba..c38f837 100644 Binary files a/doc/cleanthesis-doc.pdf and b/doc/cleanthesis-doc.pdf differ diff --git a/doc/cleanthesis-doc.tex b/doc/cleanthesis-doc.tex index 32e0a2a..4960124 100644 --- a/doc/cleanthesis-doc.tex +++ b/doc/cleanthesis-doc.tex @@ -26,7 +26,7 @@ \usepackage{shortvrb} \usepackage{pifont} -\rcsid{$Id: cleanthesis.tex,v 0.3 2015/06/29 21:30:00 derric stable $} +\rcsid{$Id: cleanthesis.tex,v 0.3.1 2015/08/26 23:32:00 derric stable $} \newcommand*{\cleanthesis}{\emph{Clean Thesis}\xspace} \newcommand*{\cthesishome}{http://cleanthesis.der-ric.de/}