diff --git a/docs/conf.py b/docs/conf.py index e41bd87a1..5031dcbb4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ copyright = u'2010, Jeremiah Fincher and James Vega' # The short X.Y version. version = '0.83.4.1' # The full version, including alpha/beta/rc tags. -release = '0.83.4.1+git' +release = '0.83.4.1+git+fr2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/scripts/supybot b/scripts/supybot index 82b2ce92f..ae759ed69 100644 --- a/scripts/supybot +++ b/scripts/supybot @@ -126,7 +126,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+fr1' +version = '0.83.4.1+git+fr2' if __name__ == '__main__': parser = optparse.OptionParser(usage='Usage: %prog [options] configFile', version='Supybot %s' % version) diff --git a/setup.py b/setup.py index e26afc829..51f44b931 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ for plugin in plugins: if os.path.exists(locale_path): package_data.update({locale_name: ['locale/'+s for s in os.listdir(locale_path)]}) -version = '0.83.4.1+git' +version = '0.83.4.1+git+fr2' setup( # Metadata name='supybot', diff --git a/src/conf.py b/src/conf.py index fee98b7d8..9ec7e3bb7 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+fr1' +version = '0.83.4.1+git+fr2' ### # *** The following variables are affected by command-line options. They are