diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-13 15:35:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-13 15:35:27 (GMT) |
commit | 91eb3e8558efe8903621724f49ad1f9e74cb0344 (patch) | |
tree | 58cfab92f4188b90f6798549bc1acd714891e652 /Doc/Makefile | |
parent | 8a00abc0ff6544a7004a86b4c96e23ca23ac66dc (diff) | |
download | cpython-91eb3e8558efe8903621724f49ad1f9e74cb0344.zip cpython-91eb3e8558efe8903621724f49ad1f9e74cb0344.tar.gz cpython-91eb3e8558efe8903621724f49ad1f9e74cb0344.tar.bz2 |
Update the release number and date.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index d1d582c..c52c74d 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -64,7 +64,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.0c1 +RELEASE=2.0 # These must be declared phony since there |