From 0ea4c3c12a8518208c920c39dbacee3009668b20 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 18 Jan 2005 21:07:55 +0000 Subject: [PATCH] Updated to 0.80.1+CVS --- scripts/supybot | 2 +- setup.py | 2 +- src/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/supybot b/scripts/supybot index 7def8aa36..d52f98abd 100755 --- a/scripts/supybot +++ b/scripts/supybot @@ -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: diff --git a/setup.py b/setup.py index 989cd091c..7da753b10 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/src/conf.py b/src/conf.py index 7c6bf2da1..6da5b2fff 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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