Change the version suffix

This commit is contained in:
Valentin Lorentz 2010-11-02 14:06:06 +01:00
parent 43c105a6d3
commit 713aae9017
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('No more Irc objects, exiting.')
version = '0.83.4.1+git+fr+testing'
version = '0.83.4.1+git+fr1'
if __name__ == '__main__':
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
version='Supybot %s' % version)

View File

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