mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Added comment clarifying that RELEASE is the documentation release
number, not the Python release. Removed VERSION since it is not used.
This commit is contained in:
parent
6b3fb78ca8
commit
860e256147
1 changed files with 3 additions and 1 deletions
|
@ -57,8 +57,10 @@ HTMLDIR= html
|
||||||
INFODIR= info
|
INFODIR= info
|
||||||
TOOLSDIR= tools
|
TOOLSDIR= tools
|
||||||
|
|
||||||
|
# This is the *documentation* release, and is used to construct the file
|
||||||
|
# names of the downloadable tarballs.
|
||||||
RELEASE=1.5.2p1
|
RELEASE=1.5.2p1
|
||||||
VERSION=1.5
|
|
||||||
|
|
||||||
# These must be declared phony since there
|
# These must be declared phony since there
|
||||||
# are directories with matching names:
|
# are directories with matching names:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue