Author: poeml Date: Sun Feb 19 01:06:41 2012 New Revision: 8248 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8248&view=rev Log: bump version Modified: trunk/docs/changes.rst trunk/docs/conf.py trunk/mb/mb.py trunk/mb/setup.py trunk/mod_mirrorbrain/mod_mirrorbrain.c trunk/tools/scanner.pl Modified: trunk/docs/changes.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/changes.rst?rev=8248&r1=8247&r2=8248&view=diff ============================================================================== --- trunk/docs/changes.rst (original) +++ trunk/docs/changes.rst Sun Feb 19 01:06:41 2012 _at_@ -2,6 +2,13 @@ Release Notes/Change History ============================ + + +Release 2.16.0 (rXXX, Feb 20, 2012) +------------------------------------ + +... + Release 2.15.0 (r8232, Nov 13, 2010) Modified: trunk/docs/conf.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/conf.py?rev=8248&r1=8247&r2=8248&view=diff ============================================================================== --- trunk/docs/conf.py (original) +++ trunk/docs/conf.py Sun Feb 19 01:06:41 2012 _at_@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '2.15.1' +version = '2.16.0' # The full version, including alpha/beta/rc tags. -release = '2.15.1' +release = '2.16.0' # 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=8248&r1=8247&r2=8248&view=diff ============================================================================== --- trunk/mb/mb.py (original) +++ trunk/mb/mb.py Sun Feb 19 01:06:41 2012 _at_@ -12,7 +12,7 @@ (it is not in the Python CheeseShop so far) """ -__version__ = '2.15.1' +__version__ = '2.16.0' __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=8248&r1=8247&r2=8248&view=diff ============================================================================== --- trunk/mb/setup.py (original) +++ trunk/mb/setup.py Sun Feb 19 01:06:41 2012 _at_@ -3,7 +3,7 @@ from distutils.core import setup, Extension s = setup(name='mb', - version='2.15.1', + version='2.16.0', 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=8248&r1=8247&r2=8248&view=diff ============================================================================== --- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original) +++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Sun Feb 19 01:06:41 2012 _at_@ -111,7 +111,7 @@ #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary))) #endif -#define MOD_MIRRORBRAIN_VER "2.15.1" +#define MOD_MIRRORBRAIN_VER "2.16.0" #define VERSION_COMPONENT "mod_mirrorbrain/"MOD_MIRRORBRAIN_VER /* no space for time zones is provided here */ Modified: trunk/tools/scanner.pl URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/scanner.pl?rev=8248&r1=8247&r2=8248&view=diff ============================================================================== --- trunk/tools/scanner.pl (original) +++ trunk/tools/scanner.pl Sun Feb 19 01:06:41 2012 _at_@ -46,7 +46,7 @@ use Time::HiRes qw(gettimeofday); use Encode; -my $version = '2.15.1'; +my $version = '2.16.0'; my $verbose = 1; my $sqlverbose = 0; _______________________________________________ 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 Feb 19 2012 - 00:06:42 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT