[mirrorbrain-commits] r8272 - in /trunk: docs/conf.py mb/mb.py mb/setup.py mod_mirrorbrain/mod_mirrorbrain.c tools/scanner.pl

From: <poeml_at_mirrorbrain.org>
Date: Wed, 11 Apr 2012 21:41:56 -0000
Author: poeml
Date: Wed Apr 11 23:41:56 2012
New Revision: 8272

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8272&view=rev
Log:
bump version (2.17.0)

Modified:
    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/conf.py
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/conf.py?rev=8272&r1=8271&r2=8272&view=diff
==============================================================================
--- trunk/docs/conf.py	(original)
+++ trunk/docs/conf.py	Wed Apr 11 23:41:56 2012
_at_@ -45,9 +45,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '2.16.1'
+version = '2.17.0'
 # The full version, including alpha/beta/rc tags.
-release = '2.16.1'
+release = '2.17.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=8272&r1=8271&r2=8272&view=diff
==============================================================================
--- trunk/mb/mb.py	(original)
+++ trunk/mb/mb.py	Wed Apr 11 23:41:56 2012
_at_@ -12,7 +12,7 @@
 (it is not in the Python CheeseShop so far)
 """
 
-__version__ = '2.16.1'
+__version__ = '2.17.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=8272&r1=8271&r2=8272&view=diff
==============================================================================
--- trunk/mb/setup.py	(original)
+++ trunk/mb/setup.py	Wed Apr 11 23:41:56 2012
_at_@ -3,7 +3,7 @@
 from distutils.core import setup, Extension
 
 s = setup(name='mb',
-      version='2.16.1',
+      version='2.17.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=8272&r1=8271&r2=8272&view=diff
==============================================================================
--- trunk/mod_mirrorbrain/mod_mirrorbrain.c	(original)
+++ trunk/mod_mirrorbrain/mod_mirrorbrain.c	Wed Apr 11 23:41:56 2012
_at_@ -112,7 +112,7 @@
 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
 #endif
 
-#define MOD_MIRRORBRAIN_VER "2.16.1"
+#define MOD_MIRRORBRAIN_VER "2.17.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=8272&r1=8271&r2=8272&view=diff
==============================================================================
--- trunk/tools/scanner.pl	(original)
+++ trunk/tools/scanner.pl	Wed Apr 11 23:41:56 2012
_at_@ -46,7 +46,7 @@
 use Time::HiRes qw(gettimeofday);
 use Encode;
 
-my $version = '2.16.1';
+my $version = '2.17.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.org
Received on Wed Apr 11 2012 - 21:41:56 GMT

This archive was generated by hypermail 2.3.0 : Wed Apr 11 2012 - 21:47:05 GMT