From c5287ac66adda7c0a73f49b6727747234189b441 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 10 Apr 2001 20:19:25 +0000 Subject: Bump version numbers for upcoming release candidate. --- Doc/Makefile | 2 +- Doc/texinputs/boilerplate.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 4d7619b..a2da302 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -67,7 +67,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.1b2 +RELEASE=2.1rc1 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 660f298..87c301f 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -6,5 +6,5 @@ } \date{\today} % XXX update before release! -\release{2.1 beta 2} % software release, not documentation +\release{2.1 rc 1} % software release, not documentation \setshortversion{2.1} % major.minor only for software -- cgit v0.12