Author: poeml Date: Sun Sep 19 20:18:55 2010 New Revision: 8152 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8152&view=rev Log: bump version (2.13.2) Modified: trunk/docs/conf.py trunk/mb/mb.py trunk/mb/setup.py trunk/mod_mirrorbrain/mod_mirrorbrain.c Modified: trunk/docs/conf.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/conf.py?rev=8152&r1=8151&r2=8152&view=diff ============================================================================== --- trunk/docs/conf.py (original) +++ trunk/docs/conf.py Sun Sep 19 20:18:55 2010 _at_@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '2.13.1' +version = '2.13.2' # The full version, including alpha/beta/rc tags. -release = '2.13.1' +release = '2.13.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Modified: trunk/mb/mb.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/mb.py?rev=8152&r1=8151&r2=8152&view=diff ============================================================================== --- trunk/mb/mb.py (original) +++ trunk/mb/mb.py Sun Sep 19 20:18:55 2010 _at_@ -12,7 +12,7 @@ (it is not in the Python CheeseShop so far) """ -__version__ = '2.13.1' +__version__ = '2.13.2' __author__ = 'Peter Poeml <poeml_at_cmdline.net>' __copyright__ = 'Novell / SUSE Linux Products GmbH' __license__ = 'GPL' Modified: trunk/mb/setup.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/setup.py?rev=8152&r1=8151&r2=8152&view=diff ============================================================================== --- trunk/mb/setup.py (original) +++ trunk/mb/setup.py Sun Sep 19 20:18:55 2010 _at_@ -3,7 +3,7 @@ from distutils.core import setup, Extension s = setup(name='mb', - version='2.13.1', + version='2.13.2', description='mb, a tool to maintain the MirrorBrain database', author='MirrorBrain project', author_email='info_at_mirrorbrain.org', Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=8152&r1=8151&r2=8152&view=diff ============================================================================== --- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original) +++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Sun Sep 19 20:18:55 2010 _at_@ -110,7 +110,7 @@ #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary))) #endif -#define MOD_MIRRORBRAIN_VER "2.13.1" +#define MOD_MIRRORBRAIN_VER "2.13.2" #define VERSION_COMPONENT "mod_mirrorbrain/"MOD_MIRRORBRAIN_VER /* no space for time zones */ _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Sun Sep 19 2010 - 18:18:58 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT