[Python-checkins] CVS: python/dist/src/Doc/texinputs boilerplate.tex,1.46,1.47

Fred L. Drake python-dev@python.org
Thu, 14 Sep 2000 13:28:29 -0700


Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25108/texinputs

Modified Files:
	boilerplate.tex 
Log Message:

Use the \setshortversion macro to specify the abbreviated version number.
This partially addresses SourceForge bug #114318.

Fix the release number -- this is supposed to be the *Python* release,
not the documentation release!  The later is given by the combination of
the Python release number and the date.  Add a comment so I can keep it
straight.


Index: boilerplate.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/boilerplate.tex,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** boilerplate.tex	2000/09/12 21:08:55	1.46
--- boilerplate.tex	2000/09/14 20:28:26	1.47
***************
*** 6,9 ****
  }
  
! \date{September 12, 2000}			% XXX update before release!
! \release{2.0b1.1}
--- 6,10 ----
  }
  
! \date{\today}				% XXX update before release!
! \release{2.0b1}				% software release, not documentation
! \setshortversion{2.0}			% major.minor only for Python