/head: changeset 127

Removed ChangeLog, since there is not yet any svn2cl, and
debian/changelog is more useful for people anyway. Added keyword
expansion to version.py so we can embed build numbers there.
This commit is contained in:
jgoerzen
2002-07-18 00:01:53 +01:00
parent 83c2c4e738
commit 8ac8434acd
2 changed files with 2 additions and 939 deletions

View File

@ -1,5 +1,7 @@
productname = 'OfflineIMAP'
versionstr = "3.0.2"
revstr = '$Rev: 127 $'
datestr = '$Date: 2002-07-17 13:01:53 -0500 (Wed, 17 Jul 2002) $'
versionlist = versionstr.split(".")
major = versionlist[0]