From ee924a985de9facfd76c9fe4dd1abf7a7a5b7766 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 15 Jan 2002 22:00:09 +0000 Subject: [PATCH] Set the release version. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 20ffdf0a8e84..5ac103191a07 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.2c1 +RELEASE=2.1.2 PYTHON= python DVIPS= dvips -N0 -t $(PAPER) -- 2.47.3