Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 860e256

Browse files
committed
Added comment clarifying that RELEASE is the documentation release
number, not the Python release. Removed VERSION since it is not used.
1 parent 6b3fb78 commit 860e256

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ HTMLDIR= html
5757
INFODIR= info
5858
TOOLSDIR= tools
5959

60+
# This is the *documentation* release, and is used to construct the file
61+
# names of the downloadable tarballs.
6062
RELEASE=1.5.2p1
61-
VERSION=1.5
63+
6264

6365
# These must be declared phony since there
6466
# are directories with matching names:

0 commit comments

Comments
 (0)