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 2003/05/03 02:06:34 UTC

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

grisha      2003/05/02 17:06:34

  Modified:    src/include mpversion.h
  Log:
  set version to 3.1.0a just not to confuse anyone
  
  Revision  Changes    Path
  1.17      +3 -3      httpd-python/src/include/mpversion.h
  
  Index: mpversion.h
  ===================================================================
  RCS file: /home/cvs/httpd-python/src/include/mpversion.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mpversion.h	7 Mar 2003 20:14:24 -0000	1.16
  +++ mpversion.h	3 May 2003 00:06:34 -0000	1.17
  @@ -1,5 +1,5 @@
   #define MPV_MAJOR 3
  -#define MPV_MINOR 0
  -#define MPV_PATCH 3
  +#define MPV_MINOR 1
  +#define MPV_PATCH 0
   #define MPV_BUILD 0
  -#define MPV_STRING "3.0.3"
  +#define MPV_STRING "3.1.0a"