From 5ed87fff49028d6f6dea7b12a0ca58d5f08b5a17 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 5 Sep 2004 01:01:21 +0000 Subject: [PATCH] +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 5ed021f23..85f0750a7 100755 --- a/scripts/supybot +++ b/scripts/supybot @@ -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', diff --git a/setup.py b/setup.py index 0c742c1e4..bd492c0f9 100644 --- a/setup.py +++ b/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', diff --git a/src/conf.py b/src/conf.py index 1a034e544..b87c00383 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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