Changes version

This commit is contained in:
Valentin Lorentz 2010-10-24 13:54:35 +02:00
parent 47e44d8ae7
commit 44c3eb1825
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ def main():
log.info('Total CPU time taken: %s seconds.', user+system) log.info('Total CPU time taken: %s seconds.', user+system)
log.info('No more Irc objects, exiting.') log.info('No more Irc objects, exiting.')
version = '0.83.4.1+git' version = '0.83.4.1+git+fr+testing'
if __name__ == '__main__': if __name__ == '__main__':
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile', parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
version='Supybot %s' % version) version='Supybot %s' % version)

View File

@ -42,7 +42,7 @@ _ = PluginInternationalization()
### ###
# version: This should be pretty obvious. # version: This should be pretty obvious.
### ###
version = '0.83.4.1+git' version = '0.83.4.1+git+fr+testing'
### ###
# *** The following variables are affected by command-line options. They are # *** The following variables are affected by command-line options. They are