/[papo]/gnue/common/src/__init__.py
ViewVC logotype

Diff of /gnue/common/src/__init__.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by styxman, Fri Nov 15 15:32:54 2002 UTC revision 1.4.2.1 by anthonyl, Tue Mar 4 22:09:32 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2001-2002 Free Software Foundation  # Copyright 2001-2003 Free Software Foundation
 #  
 # FILE:  
 # gnue.common.__init__  
 #  
 # DESCRIPTION:  
 #  
 # NOTES:  
 #  
 # HISTORY:  
 #  
20  #  #
21    
22    
23    
24    #
25  # CREATING A RELEASE:  # CREATING A RELEASE:
26  #   1. Change _version to be the current version number  #   1. Change _version to be the current version number
27  #   2. Set _release to 1  #   2. Set _release to 1
# Line 38  Line 31 
31  #   4. Set _release = 0  #   4. Set _release = 0
32  #   5. Commit to CVS  #   5. Commit to CVS
33    
34  _version = (0,4,1)  _version = (0,4,4)
35  _release = 0  _release = 0
36    
37  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
# Line 63  HEXVERSION = eval('0x%s%s' % ('%02d%02d% Line 56  HEXVERSION = eval('0x%s%s' % ('%02d%02d%
56  __version__ = VERSION  __version__ = VERSION
57  __hexversion__ = HEXVERSION  __hexversion__ = HEXVERSION
58    
59    PACKAGE="GNUe Common"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26