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 gr...@apache.org on 2004/02/17 18:21:27 UTC

cvs commit: httpd-python/src/include mpversion.h

grisha      2004/02/17 09:21:27

  Modified:    .        NEWS
               Doc      modpython.tex
               src/include mpversion.h
  Log:
  Gearing up for 3.1.3
  
  Revision  Changes    Path
  1.62      +2 -0      httpd-python/NEWS
  
  Index: NEWS
  ===================================================================
  RCS file: /home/cvs/httpd-python/NEWS,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- NEWS	15 Oct 2003 03:16:01 -0000	1.61
  +++ NEWS	17 Feb 2004 17:21:26 -0000	1.62
  @@ -1,3 +1,5 @@
  +Feb 17 2004 - 	3.1.3 is being tagged
  +
   Oct 14 2003 -	3.1.1b is tagged
   
   Aug 29 2003 - 	3.1.0a (Alpha) is out
  
  
  
  1.28      +2 -2      httpd-python/Doc/modpython.tex
  
  Index: modpython.tex
  ===================================================================
  RCS file: /home/cvs/httpd-python/Doc/modpython.tex,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- modpython.tex	23 Oct 2003 03:14:12 -0000	1.27
  +++ modpython.tex	17 Feb 2004 17:21:27 -0000	1.28
  @@ -11,8 +11,8 @@
   }
   
   % do not mess with the 2 lines below, they are written by make dist
  -\release{3.1.2b}
  -\date{October 22, 2003}
  +\release{3.1.3}
  +\date{February 17, 2004}
   
   \makeindex                      % tell \index to actually write the .idx file
   \makemodindex                   % If this contains a lot of module sections.
  
  
  
  1.20      +2 -2      httpd-python/src/include/mpversion.h
  
  Index: mpversion.h
  ===================================================================
  RCS file: /home/cvs/httpd-python/src/include/mpversion.h,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mpversion.h	23 Oct 2003 03:14:12 -0000	1.19
  +++ mpversion.h	17 Feb 2004 17:21:27 -0000	1.20
  @@ -1,5 +1,5 @@
   #define MPV_MAJOR 3
   #define MPV_MINOR 1
  -#define MPV_PATCH 2
  +#define MPV_PATCH 3
   #define MPV_BUILD 0
  -#define MPV_STRING "3.1.2b"
  +#define MPV_STRING "3.1.3"