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