Skip to content

Commit 09433d7

Browse files
committed
Bump version number to `1.4 rc3'.
1 parent eb2fb27 commit 09433d7

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
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
MAJORVER = 1.4
8-
MINORVER = rc2
8+
MINORVER = rc3
99
DIST_FLAGS = TITLE=$(TITLE) MAJORVER=$(MAJORVER) MINORVER=$(MINORVER)
1010

1111
dist:

doc/ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2013-04-07, v1.4 rc3
2+
3+
* Misc:
4+
- Update copyright notices.
5+
- Minor fixes and improvements.
6+
17
2013-03-30, v1.4 rc2
28

39
* Changes to package code:

doc/pkuthss.bib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ @online{biblatex
2020

2121
@online{biblatex-caspervector,
2222
author = {Vector, Casper Ti.},
23-
title = {biblatex 参考文献和引用样式:caspervector v0.1.7},
23+
title = {biblatex 参考文献和引用样式:caspervector v0.1.8},
2424
type = {M/OL},
25-
date = {2013-03-30},
26-
url = {https://caspervector.googlecode.com/files/biblatex-caspervector-0.1.7.zip},
27-
urldate = {2013-03-30},
25+
date = {2013-04-07},
26+
url = {https://caspervector.googlecode.com/files/biblatex-caspervector-0.1.8.zip},
27+
urldate = {2013-04-07},
2828
userf = {zh},
2929
}
3030

doc/pkuthss.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
3232

3333
% pkuthss 文档模版的版本。
34-
\newcommand{\docversion}{v1.4 rc2}
34+
\newcommand{\docversion}{v1.4 rc3}
3535
% 设定文档的基本信息。
3636
\pkuthssinfo{
3737
cthesisname = {本科生毕业论文}, ethesisname = {Undergraduate Thesis},
@@ -47,7 +47,7 @@
4747
cauthor = {盖茨波 $\cdot$$\cdot$ 维克托},
4848
eauthor = {Casper Ti.\ Vector},
4949
studentid = {00910???},
50-
date = {二〇一三年三月},
50+
date = {二〇一三年四月},
5151
school = {化学与分子工程学院},
5252
cmajor = {化学(?)}, emajor = {Chemistry},
5353
direction = {据说 Casper 自己也不知道},

tex/pkuthss-extra.sty

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

2525
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2626
\ProvidesPackage{pkuthss-extra}
27-
[2013/03/30 v1.4-rc2 Common extra settings for the pkuthss document class]
27+
[2013/04/07 v1.4-rc3 Common extra settings for the pkuthss document class]
2828

2929
% Check the dependency of pkuthss.
3030
\@ifclassloaded{pkuthss}{}{

tex/pkuthss-gbk.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
% pkuthss-extra.sty
2424

2525
\ProvidesFile{pkuthss-gbk.def}
26-
[2013/03/30 v1.4-rc2 Labels and captions in GBK encoding
26+
[2013/04/07 v1.4-rc3 Labels and captions in GBK encoding
2727
for the pkuthss document class]
2828

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

tex/pkuthss-utf8.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
% pkuthss-extra.sty
2424

2525
\ProvidesFile{pkuthss-utf8.def}
26-
[2013/03/30 v1.4-rc2 Labels and captions in UTF-8 encoding
26+
[2013/04/07 v1.4-rc3 Labels and captions in UTF-8 encoding
2727
for the pkuthss document class]
2828

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

tex/pkuthss.cls

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

2525
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
2626
\ProvidesClass{pkuthss}
27-
[2013/03/30 v1.4-rc2 Peking University dissertation document class]
27+
[2013/04/07 v1.4-rc3 Peking University dissertation document class]
2828

2929
% Process the encoding options.
3030
\newif\ifpkuthss@opt@gbk \pkuthss@opt@gbktrue

0 commit comments

Comments
 (0)