UNDO: +darcs

This commit is contained in:
James Vega 2005-08-30 23:43:51 +00:00
parent b74c0e6200
commit b701d0f436
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -154,7 +154,7 @@ package_dir = {'supybot': 'src',
for plugin in plugins:
package_dir['supybot.plugins.' + plugin] = 'plugins/' + plugin
version = '0.83.0+darcs'
version = '0.83.0'
setup(
# Metadata
name='supybot',

View File

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