From: Fred Drake Date: Wed, 30 Jul 2003 18:43:28 +0000 (+0000) Subject: Update to the same version info used by the interpreter. X-Git-Tag: v2.4a1~1821 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afc0d8e893d5db12e833d8bedf8c7c0d8db53701;p=thirdparty%2FPython%2Fcpython.git Update to the same version info used by the interpreter. --- diff --git a/Doc/Makefile b/Doc/Makefile index 1b54f0b062bb..e4bf43820945 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.3 +RELEASE=2.4a0 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 7a61be63932c..434feaa07bf5 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -6,6 +6,6 @@ } \date{\today} % XXX update before final release! -\release{2.3+} % software release, not documentation -\setreleaseinfo{} % empty for final release -\setshortversion{2.3} % major.minor only for software +\release{2.4} % software release, not documentation +\setreleaseinfo{a0} % empty for final release +\setshortversion{2.4} % major.minor only for software