[Python-checkins] CVS: distutils/distutils __init__.py,1.6,1.7

Greg Ward python-dev@python.org
Thu, 1 Jun 2000 19:23:44 -0700


Update of /cvsroot/python/distutils/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14958/distutils

Modified Files:
	__init__.py 
Log Message:
Bumped version number to 0.9pre (there will be a couple of code snapshots
before the real release, but I want to make it clear that a major new
release is on the way).

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/__init__.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** __init__.py	2000/04/25 01:55:58	1.6
--- __init__.py	2000/06/02 02:23:42	1.7
***************
*** 9,13 ****
  """
  
! __revision__ = "$Id: __init__.py,v 1.6 2000/04/25 01:55:58 gward Exp $"
  
! __version__ = "0.8.2"
--- 9,13 ----
  """
  
! __revision__ = "$Id: __init__.py,v 1.7 2000/06/02 02:23:42 gward Exp $"
  
! __version__ = "0.9pre"