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/05 20:12:22 UTC

svn commit: r383372 - in /httpd/mod_python/branches/3.2.x: lib/python/mod_python/__init__.py src/include/mpversion.h

Author: jgallacher
Date: Sun Mar  5 11:12:22 2006
New Revision: 383372

URL: http://svn.apache.org/viewcvs?rev=383372&view=rev
Log:
Bumped version for 3.2.x branch.

Modified:
    httpd/mod_python/branches/3.2.x/lib/python/mod_python/__init__.py
    httpd/mod_python/branches/3.2.x/src/include/mpversion.h

Modified: httpd/mod_python/branches/3.2.x/lib/python/mod_python/__init__.py
URL: http://svn.apache.org/viewcvs/httpd/mod_python/branches/3.2.x/lib/python/mod_python/__init__.py?rev=383372&r1=383371&r2=383372&view=diff
==============================================================================
--- httpd/mod_python/branches/3.2.x/lib/python/mod_python/__init__.py (original)
+++ httpd/mod_python/branches/3.2.x/lib/python/mod_python/__init__.py Sun Mar  5 11:12:22 2006
@@ -20,5 +20,5 @@
 __all__ = ["apache", "cgihandler", "psp",
            "publisher", "util", "python22"]
 
-version = "3.2.8"
+version = "3.2.9-unreleased-20060305"
 

Modified: httpd/mod_python/branches/3.2.x/src/include/mpversion.h
URL: http://svn.apache.org/viewcvs/httpd/mod_python/branches/3.2.x/src/include/mpversion.h?rev=383372&r1=383371&r2=383372&view=diff
==============================================================================
--- httpd/mod_python/branches/3.2.x/src/include/mpversion.h (original)
+++ httpd/mod_python/branches/3.2.x/src/include/mpversion.h Sun Mar  5 11:12:22 2006
@@ -1,5 +1,5 @@
 #define MPV_MAJOR 3
 #define MPV_MINOR 2
-#define MPV_PATCH 8
-#define MPV_BUILD 20060219
-#define MPV_STRING "3.2.8"
+#define MPV_PATCH 9
+#define MPV_BUILD 20060305
+#define MPV_STRING "3.2.9-unreleased-20060305"