From 44c3eb1825e54a1639ac1ac043f8826ef53a0be5 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 24 Oct 2010 13:54:35 +0200 Subject: [PATCH] Changes version --- scripts/supybot | 2 +- src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/supybot b/scripts/supybot index 7f1953776..ec9b7ecfe 100644 --- a/scripts/supybot +++ b/scripts/supybot @@ -125,7 +125,7 @@ def main(): log.info('Total CPU time taken: %s seconds.', user+system) log.info('No more Irc objects, exiting.') -version = '0.83.4.1+git' +version = '0.83.4.1+git+fr+testing' if __name__ == '__main__': parser = optparse.OptionParser(usage='Usage: %prog [options] configFile', version='Supybot %s' % version) diff --git a/src/conf.py b/src/conf.py index b9ec624ce..49d18724f 100644 --- a/src/conf.py +++ b/src/conf.py @@ -42,7 +42,7 @@ _ = PluginInternationalization() ### # version: This should be pretty obvious. ### -version = '0.83.4.1+git' +version = '0.83.4.1+git+fr+testing' ### # *** The following variables are affected by command-line options. They are