Add version qualifier to differentiate releases and development ones
It is always good to see which version we're talking about, so I had added explicit marker for -devel, -release, -rcX and other states of the OfflineIMAP. Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
@ -50,7 +50,7 @@ class OfflineImap:
|
||||
self.__sync(options)
|
||||
|
||||
def __parse_cmd_options(self):
|
||||
parser = OptionParser(version=offlineimap.__version__,
|
||||
parser = OptionParser(version=offlineimap.__bigversion__,
|
||||
description="%s.\n\n%s" %
|
||||
(offlineimap.__copyright__,
|
||||
offlineimap.__license__))
|
||||
|
Reference in New Issue
Block a user