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/22 03:55:50 UTC

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

Author: jgallacher
Date: Tue Mar 21 18:55:48 2006
New Revision: 387694

URL: http://svn.apache.org/viewcvs?rev=387694&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=387694&r1=387693&r2=387694&view=diff
==============================================================================
--- httpd/mod_python/trunk/lib/python/mod_python/__init__.py (original)
+++ httpd/mod_python/trunk/lib/python/mod_python/__init__.py Tue Mar 21 18:55:48 2006
@@ -20,5 +20,5 @@
 __all__ = ["apache", "cgihandler", "psp",
            "publisher", "util", "python22"]
 
-version = "3.3.0-dev-20060320"
+version = "3.3.0-dev-20060321"
 

Modified: httpd/mod_python/trunk/src/include/mpversion.h
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/src/include/mpversion.h?rev=387694&r1=387693&r2=387694&view=diff
==============================================================================
--- httpd/mod_python/trunk/src/include/mpversion.h (original)
+++ httpd/mod_python/trunk/src/include/mpversion.h Tue Mar 21 18:55:48 2006
@@ -1,5 +1,5 @@
 #define MPV_MAJOR 3
 #define MPV_MINOR 3
 #define MPV_PATCH 0
-#define MPV_BUILD 20060320
-#define MPV_STRING "3.3.0-dev-20060320"
+#define MPV_BUILD 20060321
+#define MPV_STRING "3.3.0-dev-20060321"