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 nl...@apache.org on 2005/04/16 22:30:42 UTC

svn commit: r161603 - httpd/mod_python/trunk/src/include/mpversion.h

Author: nlehuen
Date: Sat Apr 16 13:30:41 2005
New Revision: 161603

URL: http://svn.apache.org/viewcvs?view=rev&rev=161603
Log:
Updated version number.

Modified:
    httpd/mod_python/trunk/src/include/mpversion.h

Modified: httpd/mod_python/trunk/src/include/mpversion.h
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/src/include/mpversion.h?view=diff&r1=161602&r2=161603
==============================================================================
--- httpd/mod_python/trunk/src/include/mpversion.h (original)
+++ httpd/mod_python/trunk/src/include/mpversion.h Sat Apr 16 13:30:41 2005
@@ -1,5 +1,5 @@
 #define MPV_MAJOR 3
 #define MPV_MINOR 2
 #define MPV_PATCH 0
-#define MPV_BUILD 20050317
-#define MPV_STRING "3.2.0-dev-20050317"
+#define MPV_BUILD 20050412
+#define MPV_STRING "3.2.0-dev-20050412"