diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-06 18:38:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-06 18:38:30 (GMT) |
commit | cff5482d377ee100118572a9f309fededbad35ea (patch) | |
tree | 84d2d4c58b1404398ac79244324ab102990d9df6 /Doc/Makefile | |
parent | ba47704943137318229ad9a4bba6a93aa0ba1d29 (diff) | |
download | cpython-cff5482d377ee100118572a9f309fededbad35ea.zip cpython-cff5482d377ee100118572a9f309fededbad35ea.tar.gz cpython-cff5482d377ee100118572a9f309fededbad35ea.tar.bz2 |
Mark RELEASE with the release level ("a2").
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 a07ab98..032abf7 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -59,7 +59,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=1.6 +RELEASE=1.6a2 # These must be declared phony since there |