From 713aae90170122aac2b3786e7be07e8c992c93c5 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 2 Nov 2010 14:06:06 +0100 Subject: [PATCH] Change the version suffix --- scripts/supybot | 2 +- src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/supybot b/scripts/supybot index ec9b7ecfe..7435de239 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+fr+testing' +version = '0.83.4.1+git+fr1' 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 880906118..fee98b7d8 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+fr+testing' +version = '0.83.4.1+git+fr1' ### # *** The following variables are affected by command-line options. They are