diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-14 16:45:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-14 16:45:04 (GMT) |
commit | e6965cd9f0e318576cf3a3c4b8beb710fcf5f91a (patch) | |
tree | 0661a73831fe7e81b311bcf0a63c71eb0b0b9351 /Doc | |
parent | 7b82271bb548f58a386e72ff371becaca4ea56e6 (diff) | |
download | cpython-e6965cd9f0e318576cf3a3c4b8beb710fcf5f91a.zip cpython-e6965cd9f0e318576cf3a3c4b8beb710fcf5f91a.tar.gz cpython-e6965cd9f0e318576cf3a3c4b8beb710fcf5f91a.tar.bz2 |
Bump version numbers for the trunk.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index f9ed6fb..5911fd0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -66,7 +66,7 @@ TOOLSDIR= tools # This is the *documentation* release, and is used to construct the file # names of the downloadable tarballs. -RELEASE=2.2b2+ +RELEASE=2.2c1+ PYTHON= python DVIPS= dvips -N0 -t $(PAPER) diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 30e2f1f..97ee49e 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -7,5 +7,5 @@ \date{\today} % XXX update before release! \release{2.2} % software release, not documentation -\setreleaseinfo{b2+} % empty for final release +\setreleaseinfo{c1+} % empty for final release \setshortversion{2.2} % major.minor only for software |