/head: changeset 128
Added display of rev number
This commit is contained in:
		@@ -1,7 +1,8 @@
 | 
				
			|||||||
productname = 'OfflineIMAP'
 | 
					productname = 'OfflineIMAP'
 | 
				
			||||||
versionstr = "3.0.2"
 | 
					versionstr = "3.0.2"
 | 
				
			||||||
revstr = '$Rev: 127 $'
 | 
					revno = long('$Rev: 128 $'[6:-2])
 | 
				
			||||||
datestr = '$Date: 2002-07-17 13:01:53 -0500 (Wed, 17 Jul 2002) $'
 | 
					revstr = "Rev %d" % revno
 | 
				
			||||||
 | 
					datestr = '$Date: 2002-07-17 13:06:27 -0500 (Wed, 17 Jul 2002) $'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
versionlist = versionstr.split(".")
 | 
					versionlist = versionstr.split(".")
 | 
				
			||||||
major = versionlist[0]
 | 
					major = versionlist[0]
 | 
				
			||||||
@@ -11,7 +12,8 @@ copyright = "Copyright (C) 2002 John Goerzen"
 | 
				
			|||||||
author = "John Goerzen"
 | 
					author = "John Goerzen"
 | 
				
			||||||
author_email = "jgoerzen@complete.org"
 | 
					author_email = "jgoerzen@complete.org"
 | 
				
			||||||
description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
 | 
					description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
 | 
				
			||||||
bigcopyright = "%(productname)s %(versionstr)s, %(copyright)s <%(author_email)s>" % locals()
 | 
					bigcopyright = """%(productname)s %(versionstr)s (%(revstr)s)
 | 
				
			||||||
 | 
					%(copyright)s <%(author_email)s>""" % locals()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
banner = bigcopyright + """
 | 
					banner = bigcopyright + """
 | 
				
			||||||
This software comes with ABSOLUTELY NO WARRANTY; see the file
 | 
					This software comes with ABSOLUTELY NO WARRANTY; see the file
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user