diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-30 19:14:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-30 19:14:54 (GMT) |
commit | 90b20494a148e169904bc35df3eb6d8b279978c7 (patch) | |
tree | f074ead0e4a2c2419bc0d6b0c50b16676230bed2 /Doc/Makefile | |
parent | ed0fa3da9f157edfb3c2ee449da3f58861898ecf (diff) | |
download | cpython-90b20494a148e169904bc35df3eb6d8b279978c7.zip cpython-90b20494a148e169904bc35df3eb6d8b279978c7.tar.gz cpython-90b20494a148e169904bc35df3eb6d8b279978c7.tar.bz2 |
there's a new "What's New" for Python 2.4
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 e4bf438..b15dbad 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -95,7 +95,7 @@ EMACS= emacs # The end of this should reflect the major/minor version numbers of # the release: -WHATSNEW=whatsnew23 +WHATSNEW=whatsnew24 # what's what MANDVIFILES= paper-$(PAPER)/api.dvi paper-$(PAPER)/ext.dvi \ |