Updated version numbers.

This commit is contained in:
Jeremy Fincher 2004-08-27 07:33:35 +00:00
parent 9e970274fb
commit dae0d1152a
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -82,7 +82,7 @@ if clean:
setup( setup(
# Metadata # Metadata
name='supybot', name='supybot',
version='0.77.2+cvs', version='0.79.9',
author='Jeremy Fincher', author='Jeremy Fincher',
url='http://supybot.sf.net/', url='http://supybot.sf.net/',
author_email='jemfinch@users.sf.net', author_email='jemfinch@users.sf.net',

View File

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