Preparations for 0.6.7 release
This commit is contained in:
parent
e28875cd51
commit
7dbf2eca7c
|
@ -1 +1 @@
|
||||||
6.6
|
6.7
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
%&latex -*- latex -*-
|
%&latex -*- latex -*-
|
||||||
|
|
||||||
\title{Scsh Reference Manual}
|
\title{Scsh Reference Manual}
|
||||||
\subtitle{For scsh release 0.6.6}
|
\subtitle{For scsh release 0.6.7}
|
||||||
\author{Olin Shivers, Brian D.~Carlstrom, Martin Gasbichler, and Mike Sperber}
|
\author{Olin Shivers, Brian D.~Carlstrom, Martin Gasbichler, and Mike Sperber}
|
||||||
\date{March 2004}
|
\date{October 2005}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
\input{pdfcond}
|
\input{pdfcond}
|
||||||
\ifpdf
|
\ifpdf
|
||||||
\usepackage[pdftex,hyperindex,
|
\usepackage[pdftex,hyperindex,
|
||||||
pdftitle={scsh manual, release 0.6.5},
|
pdftitle={scsh manual, release 0.6.7},
|
||||||
pdfauthor={Olin Shivers, Brian D.~Carlstrom, Martin Gasbichler,
|
pdfauthor={Olin Shivers, Brian D.~Carlstrom, Martin Gasbichler,
|
||||||
and Mike Sperber}
|
and Mike Sperber}
|
||||||
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
|
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
\usepackage{tocbibind}
|
\usepackage{tocbibind}
|
||||||
\else
|
\else
|
||||||
\usepackage[dvipdfm,hyperindex,hypertex,
|
\usepackage[dvipdfm,hyperindex,hypertex,
|
||||||
pdftitle={scsh manual, release 0.6.5},
|
pdftitle={scsh manual, release 0.6.7},
|
||||||
pdfauthor={Olin Shivers, Brian D.~Carlstrom, Martin Gasbichler,
|
pdfauthor={Olin Shivers, Brian D.~Carlstrom, Martin Gasbichler,
|
||||||
and Mike Sperber}
|
and Mike Sperber}
|
||||||
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
|
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
|
||||||
|
|
Loading…
Reference in New Issue