mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
+cvs
This commit is contained in:
parent
6c6da438a1
commit
5ed87fff49
@ -130,7 +130,7 @@ if __name__ == '__main__':
|
||||
# --connect (commands to run afterConnect)
|
||||
# --config (configuration values)
|
||||
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
||||
version='supybot 0.79.999')
|
||||
version='supybot 0.79.999+cvs')
|
||||
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
||||
help='enables profiling')
|
||||
parser.add_option('-O', action='count', dest='optimize',
|
||||
|
2
setup.py
2
setup.py
@ -82,7 +82,7 @@ if clean:
|
||||
setup(
|
||||
# Metadata
|
||||
name='supybot',
|
||||
version='0.79.999',
|
||||
version='0.79.999+cvs',
|
||||
author='Jeremy Fincher',
|
||||
url='http://supybot.sf.net/',
|
||||
author_email='jemfinch@users.sf.net',
|
||||
|
@ -50,7 +50,7 @@ _pluginsDir = os.path.join(installDir, 'plugins')
|
||||
###
|
||||
# version: This should be pretty obvious.
|
||||
###
|
||||
version ='0.79.999'
|
||||
version ='0.79.999+cvs'
|
||||
|
||||
###
|
||||
# *** The following variables are affected by command-line options. They are
|
||||
|
Loading…
Reference in New Issue
Block a user