From 63758a1a61e8cec3483011f239349d825677f2d0 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 9 Apr 2004 17:41:32 +0000 Subject: [PATCH] Updated version. --- 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 ac8e06ee8..b1297e3e5 100755 --- a/scripts/supybot +++ b/scripts/supybot @@ -109,7 +109,7 @@ if __name__ == '__main__': # --connect (commands to run afterConnect) # --config (configuration values) parser = optparse.OptionParser(usage='Usage: %prog [options] configFile', - version='supybot 0.71.1') + version='supybot 0.71.1+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 b1281d609..2cf07c92f 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ pluginFiles = glob.glob(os.path.join('plugins', '*.py')) setup( # Metadata name='supybot', - version='0.77.1', + version='0.77.1+cvs', url='http://supybot.sf.net/', author='Jeremy Fincher', author_email='jemfinch@users.sf.net', diff --git a/src/conf.py b/src/conf.py index ddf4fa815..f9fb638bf 100644 --- a/src/conf.py +++ b/src/conf.py @@ -490,6 +490,6 @@ supybot.register('plugins') # This will be used by plugins, but not here. ############################### ############################### ############################### -version ='0.77.1' +version ='0.77.1+cvs' # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: