Updated version number.

This commit is contained in:
Jeremy Fincher 2004-04-20 21:14:13 +00:00
parent f7010805ee
commit ea4259af2f
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ if __name__ == '__main__':
# --connect (commands to run afterConnect)
# --config (configuration values)
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
version='supybot 0.77.2')
version='supybot 0.77.2+cvs')
parser.add_option('-P', '--profile', action='store_true', dest='profile',
help='enables profiling')
parser.add_option('-O', action='count', dest='optimize',

View File

@ -58,7 +58,7 @@ pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
setup(
# Metadata
name='supybot',
version='0.77.2',
version='0.77.2+cvs',
url='http://supybot.sf.net/',
author='Jeremy Fincher',
author_email='jemfinch@users.sf.net',

View File

@ -49,7 +49,7 @@ _pluginsDir = os.path.join(installDir, 'plugins')
###
# version: This should be pretty obvious.
###
version ='0.77.2'
version ='0.77.2+cvs'
###
# daemonized: This determines whether or not the bot has been daemonized