From 4d99ab4e795524dce41df527c3480c7664c8a4b6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 18 Apr 2001 05:24:30 +0000 Subject: [PATCH] Update version numbers for the maintenance branch of the documentation. --- Doc/Makefile | 2 +- Doc/texinputs/boilerplate.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 22c88f43b7b3..af0f6b90c3c4 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.1 +RELEASE=2.1.1a0 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index e296dbd9573d..8123550d9fa1 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -5,6 +5,6 @@ E-mail: \email{python-docs@python.org} } -\date{April 15, 2001} % XXX update before release! -\release{2.1} % software release, not documentation +\date{\today} % XXX update before release! +\release{2.1.1a0} % software release, not documentation \setshortversion{2.1} % major.minor only for software -- 2.47.3