From 27a4ef0ed338a38f34180012cee7ec55a5ae11d9 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 25 May 2009 13:38:12 -0400 Subject: [PATCH] Updated to 0.83.4.1. Signed-off-by: James Vega --- 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 5950150f6..3f9d56b21 100644 --- a/scripts/supybot +++ b/scripts/supybot @@ -124,7 +124,7 @@ def main(): log.info('Total CPU time taken: %s seconds.', user+system) log.info('No more Irc objects, exiting.') -version = '0.83.4+git' +version = '0.83.4.1' if __name__ == '__main__': ### # Options: diff --git a/setup.py b/setup.py index 7539b353c..dcdb2a4f5 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ package_dir = {'supybot': 'src', for plugin in plugins: package_dir['supybot.plugins.' + plugin] = 'plugins/' + plugin -version = '0.83.4+git' +version = '0.83.4.1' setup( # Metadata name='supybot', diff --git a/src/conf.py b/src/conf.py index 17b637cff..c7b0ba40a 100644 --- a/src/conf.py +++ b/src/conf.py @@ -40,7 +40,7 @@ import supybot.ircutils as ircutils ### # version: This should be pretty obvious. ### -version = '0.83.4+git' +version = '0.83.4.1' ### # *** The following variables are affected by command-line options. They are