From 09aa55a090ec1fef1c11710d50623fa7617e4308 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 21 Dec 2001 16:46:28 +0000 Subject: Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+. --- Doc/Makefile | 2 +- Doc/texinputs/boilerplate.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 5911fd0..88bb021 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -66,7 +66,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.2c1+ +RELEASE=2.2+ PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 97ee49e..9d216f3 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -7,5 +7,5 @@ \date{\today} % XXX update before release! \release{2.2} % software release, not documentation -\setreleaseinfo{c1+} % empty for final release +\setreleaseinfo{+} % empty for final release \setshortversion{2.2} % major.minor only for software -- cgit v0.12