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/09/14 01:06:12 UTC

svn commit: r280711 - in /httpd/mod_python/tags/release-3-2-2b: lib/python/mod_python/__init__.py src/include/mpversion.h

Author: jgallacher
Date: Tue Sep 13 16:06:07 2005
New Revision: 280711

URL: http://svn.apache.org/viewcvs?rev=280711&view=rev
Log:
Incremented version info.

Modified:
    httpd/mod_python/tags/release-3-2-2b/lib/python/mod_python/__init__.py
    httpd/mod_python/tags/release-3-2-2b/src/include/mpversion.h

Modified: httpd/mod_python/tags/release-3-2-2b/lib/python/mod_python/__init__.py
URL: http://svn.apache.org/viewcvs/httpd/mod_python/tags/release-3-2-2b/lib/python/mod_python/__init__.py?rev=280711&r1=280710&r2=280711&view=diff
==============================================================================
--- httpd/mod_python/tags/release-3-2-2b/lib/python/mod_python/__init__.py (original)
+++ httpd/mod_python/tags/release-3-2-2b/lib/python/mod_python/__init__.py Tue Sep 13 16:06:07 2005
@@ -20,5 +20,5 @@
 __all__ = ["apache", "cgihandler", "psp",
            "publisher", "util"]
 
-version = "3.2.0-dev-20050908"
+version = "3.2.2b"
 

Modified: httpd/mod_python/tags/release-3-2-2b/src/include/mpversion.h
URL: http://svn.apache.org/viewcvs/httpd/mod_python/tags/release-3-2-2b/src/include/mpversion.h?rev=280711&r1=280710&r2=280711&view=diff
==============================================================================
--- httpd/mod_python/tags/release-3-2-2b/src/include/mpversion.h (original)
+++ httpd/mod_python/tags/release-3-2-2b/src/include/mpversion.h Tue Sep 13 16:06:07 2005
@@ -1,5 +1,5 @@
 #define MPV_MAJOR 3
 #define MPV_MINOR 2
-#define MPV_PATCH 0
+#define MPV_PATCH 2
 #define MPV_BUILD 20050913
-#define MPV_STRING "3.2.0-dev-20050913"
+#define MPV_STRING "3.2.0b"