1 parent cd0ed97 commit 3fee304Copy full SHA for 3fee304
2 files changed
Doc/Makefile
@@ -67,7 +67,7 @@ TOOLSDIR= tools
67
68
# This is the *documentation* release, and is used to construct the file
69
# names of the downloadable tarballs.
70
-RELEASE=2.1c1
+RELEASE=2.1
71
72
PYTHON= python
73
DVIPS= dvips -N0 -t $(PAPER)
Doc/texinputs/boilerplate.tex
@@ -5,6 +5,6 @@
5
E-mail: \email{python-docs@python.org}
6
}
7
8
-\date{\today} % XXX update before release!
9
-\release{2.1c1} % software release, not documentation
+\date{April 15, 2001} % XXX update before release!
+\release{2.1} % software release, not documentation
10
\setshortversion{2.1} % major.minor only for software
0 commit comments