Skip to content

Commit a0ec9b3

Browse files
committed
Bump version number to `1.5.1'.
1 parent 097fb66 commit a0ec9b3

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
TITLE = pkuthss
77
EXAMPLE = thesis
8-
VERSION = 1.5.0
8+
VERSION = 1.5.1
99

1010
default: dist
1111

doc/readme/ChangeLog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2014-04-16, v1.5.1
2+
3+
* API Changes:
4+
- pkulogo and pkuword are moved into tex/ and relicensed to LPPL.
5+
6+
* Misc:
7+
- qa: fix whitespace check.
8+
- Minor improvements.
9+
110
2014-04-11, v1.5.0
211

312
* Changes to example template:

doc/readme/pkuthss.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
\usepackage{fancyvrb}
3737

3838
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
39-
\newcommand{\docversion}{v1.5.0}
39+
\newcommand{\docversion}{v1.5.1}
4040

4141
\pkuthssinfo{
4242
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},

tex/pkuthss-extra.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2828
\ProvidesPackage{pkuthss-extra}
29-
[2014/04/12 v1.5.0 Common extra settings for the pkuthss document class]
29+
[2014/04/16 v1.5.1 Common extra settings for the pkuthss document class]
3030

3131
% Check the dependency of pkuthss.
3232
\@ifclassloaded{pkuthss}{}{

tex/pkuthss-gbk.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
% pkuword.eps
2626

2727
\ProvidesFile{pkuthss-gbk.def}
28-
[2014/04/12 v1.5.0 Labels and captions in GBK encoding
28+
[2014/04/16 v1.5.1 Labels and captions in GBK encoding
2929
for the pkuthss document class]
3030

3131
\def\label@ctitle{题目:}

tex/pkuthss-utf8.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
% pkuword.eps
2626

2727
\ProvidesFile{pkuthss-utf8.def}
28-
[2014/04/12 v1.5.0 Labels and captions in UTF-8 encoding
28+
[2014/04/16 v1.5.1 Labels and captions in UTF-8 encoding
2929
for the pkuthss document class]
3030

3131
\def\label@ctitle{题目:}

tex/pkuthss.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2828
\ProvidesClass{pkuthss}
29-
[2014/04/12 v1.5.0 Peking University dissertation document class]
29+
[2014/04/16 v1.5.1 Peking University dissertation document class]
3030

3131
% Process the encoding options.
3232
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue

0 commit comments

Comments
 (0)