[mirrorbrain-commits] r7954 - in /trunk: docs/ mirrordoctor/ mod_mirrorbrain/

From: <poeml_at_mirrorbrain.org>
Date: Wed, 10 Feb 2010 04:40:15 -0000
Author: poeml
Date: Wed Feb 10 05:40:15 2010
New Revision: 7954

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

Modified:
    trunk/docs/conf.py
    trunk/mirrordoctor/mirrordoctor.py
    trunk/mirrordoctor/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=7954&r1=7953&r2=7954&view=diff
==============================================================================
--- trunk/docs/conf.py (original)
+++ trunk/docs/conf.py Wed Feb 10 05:40:15 2010
@@ -38,16 +38,16 @@
 
 # General information about the project.
 project = u'MirrorBrain'
-copyright = u'2009, Peter Poeml'
+copyright = u'2010, Peter Poeml'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '2.11.3'
+version = '2.12.0'
 # The full version, including alpha/beta/rc tags.
-release = '2.11.3'
+release = '2.12.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: trunk/mirrordoctor/mirrordoctor.py
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mirrordoctor/mirrordoctor.py?rev=7954&r1=7953&r2=7954&view=diff
==============================================================================
--- trunk/mirrordoctor/mirrordoctor.py (original)
+++ trunk/mirrordoctor/mirrordoctor.py Wed Feb 10 05:40:15 2010
@@ -12,7 +12,7 @@
 (it is not in the Python CheeseShop so far)
 """
 
-__version__ = '2.11.3'
+__version__ = '2.12.0'
 __author__ = 'Peter Poeml <poeml_at_cmdline.net>'
 __copyright__ = 'Novell / SUSE Linux Products GmbH'
 __license__ = 'GPL'

Modified: trunk/mirrordoctor/setup.py
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mirrordoctor/setup.py?rev=7954&r1=7953&r2=7954&view=diff
==============================================================================
--- trunk/mirrordoctor/setup.py (original)
+++ trunk/mirrordoctor/setup.py Wed Feb 10 05:40:15 2010
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='mirrordoctor',
-      version='2.11.3',
+      version='2.12.0',
       description='MirrorDoctor, 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=7954&r1=7953&r2=7954&view=diff
==============================================================================
--- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original)
+++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Wed Feb 10 05:40:15 2010
@@ -82,7 +82,7 @@
 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
 #endif
 
-#define MOD_MIRRORBRAIN_VER "2.11.3"
+#define MOD_MIRRORBRAIN_VER "2.12.0"
 #define VERSION_COMPONENT "mod_mirrorbrain/"MOD_MIRRORBRAIN_VER
 
 #ifdef NO_MOD_GEOIP




_______________________________________________
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 Feb 10 2010 - 04:40:17 GMT

This archive was generated by hypermail 2.2.0 : Wed Feb 10 2010 - 04:47:07 GMT