diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-30 18:43:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-30 18:43:28 (GMT) |
commit | afc0d8e893d5db12e833d8bedf8c7c0d8db53701 (patch) | |
tree | 741d269da7c2fa458e24835e3b41cfa211e8ece8 | |
parent | 9bd44627805a6324904635428ce7b3851912ce8c (diff) | |
download | cpython-afc0d8e893d5db12e833d8bedf8c7c0d8db53701.zip cpython-afc0d8e893d5db12e833d8bedf8c7c0d8db53701.tar.gz cpython-afc0d8e893d5db12e833d8bedf8c7c0d8db53701.tar.bz2 |
Update to the same version info used by the interpreter.
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 1b54f0b..e4bf438 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 7a61be6..434feaa 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 |