You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by jg...@apache.org on 2006/03/11 21:47:07 UTC

svn commit: r385161 - in /httpd/mod_python/trunk: lib/python/mod_python/__init__.py src/include/mpversion.h

Author: jgallacher
Date: Sat Mar 11 12:47:06 2006
New Revision: 385161

URL: http://svn.apache.org/viewcvs?rev=385161&view=rev
Log:
Bumped version strings.

Modified:
    httpd/mod_python/trunk/lib/python/mod_python/__init__.py
    httpd/mod_python/trunk/src/include/mpversion.h

Modified: httpd/mod_python/trunk/lib/python/mod_python/__init__.py
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/lib/python/mod_python/__init__.py?rev=385161&r1=385160&r2=385161&view=diff
==============================================================================
--- httpd/mod_python/trunk/lib/python/mod_python/__init__.py (original)
+++ httpd/mod_python/trunk/lib/python/mod_python/__init__.py Sat Mar 11 12:47:06 2006
@@ -20,5 +20,5 @@
 __all__ = ["apache", "cgihandler", "psp",
            "publisher", "util", "python22"]
 
-version = "3.3.0-dev-20060310"
+version = "3.3.0-dev-20060311"
 

Modified: httpd/mod_python/trunk/src/include/mpversion.h
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/src/include/mpversion.h?rev=385161&r1=385160&r2=385161&view=diff
==============================================================================
--- httpd/mod_python/trunk/src/include/mpversion.h (original)
+++ httpd/mod_python/trunk/src/include/mpversion.h Sat Mar 11 12:47:06 2006
@@ -1,5 +1,5 @@
 #define MPV_MAJOR 3
 #define MPV_MINOR 3
 #define MPV_PATCH 0
-#define MPV_BUILD 20060310
-#define MPV_STRING "3.3.0-dev-20060310"
+#define MPV_BUILD 20060311
+#define MPV_STRING "3.3.0-dev-20060311"