diff --git a/courseoutline.cls b/courseoutline.cls index 71618d5..64a00eb 100644 --- a/courseoutline.cls +++ b/courseoutline.cls @@ -1,4 +1,6 @@ -\def\filedate{7 June 2024} +\def\classdate{12 December 2024} +\def\classversion{1.1.1} +\def\classshortdate{2024/12/12} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Document class for Otago Business School course outlines. @@ -6,15 +8,16 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Version History -% v1.0 Initial version. -% v1.0.1 Switched to PDF version of Otago Business School logo. -% v1.1 Switched to new Otago branding. +% v1.0 Initial version. +% v1.0.1 Switched to PDF version of Otago Business School logo. +% v1.1 Switched to new Otago branding. +% v1.1.1 Normalised package info messages. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[2001/06/01] \ProvidesClass{courseoutline}% - [2024/06/07 OBS course outline style, v.1.1] + [\classdate\space v\classversion\space Otago course outline] \LoadClassWithOptions{article}