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 2005/08/17 02:18:20 UTC

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

Author: jgallacher
Date: Tue Aug 16 17:18:16 2005
New Revision: 233088

URL: http://svn.apache.org/viewcvs?rev=233088&view=rev
Log:
Updated mpversion.h and __init__.py.

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=233088&r1=233087&r2=233088&view=diff
==============================================================================
--- httpd/mod_python/trunk/lib/python/mod_python/__init__.py (original)
+++ httpd/mod_python/trunk/lib/python/mod_python/__init__.py Tue Aug 16 17:18:16 2005
@@ -19,3 +19,6 @@
 
 __all__ = ["apache", "cgihandler", "psp",
            "publisher", "util"]
+
+version = "3.2.0-dev-20050816"
+

Modified: httpd/mod_python/trunk/src/include/mpversion.h
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/src/include/mpversion.h?rev=233088&r1=233087&r2=233088&view=diff
==============================================================================
--- httpd/mod_python/trunk/src/include/mpversion.h (original)
+++ httpd/mod_python/trunk/src/include/mpversion.h Tue Aug 16 17:18:16 2005
@@ -1,5 +1,5 @@
 #define MPV_MAJOR 3
 #define MPV_MINOR 2
 #define MPV_PATCH 0
-#define MPV_BUILD 20050811
-#define MPV_STRING "3.2.0-dev-20050811"
+#define MPV_BUILD 20050816
+#define MPV_STRING "3.2.0-dev-20050816"