Updated to 0.80.1+CVS

This commit is contained in:
James Vega 2005-01-18 21:07:55 +00:00
parent e68f1d26ba
commit 0ea4c3c12a
3 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ def main():
log.info('Total CPU time taken: %s seconds.', user+system)
log.info('No more Irc objects, exiting.')
version = '0.80.1'
version = '0.80.1+cvs'
if __name__ == '__main__':
###
# Options:

View File

@ -85,7 +85,7 @@ if clean:
print 'Couldn\'t remove former installation: %s' % e
sys.exit(-1)
version = '0.80.1'
version = '0.80.1+cvs'
setup(
# Metadata
name='supybot',

View File

@ -49,7 +49,7 @@ _pluginsDir = os.path.join(installDir, 'plugins')
###
# version: This should be pretty obvious.
###
version = '0.80.1'
version = '0.80.1+cvs'
###
# *** The following variables are affected by command-line options. They are