You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by je...@apache.org on 2002/03/20 23:27:14 UTC

cvs commit: httpd-test/flood config.h.in

jerenkrantz    02/03/20 14:27:13

  Modified:    flood    config.h.in
  Log:
  Make the version number have some meaning.  (We're at m4 supposedly, so
  let's call this 0.4.)
  
  Revision  Changes    Path
  1.21      +1 -2      httpd-test/flood/config.h.in
  
  Index: config.h.in
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/config.h.in,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- config.h.in	20 Mar 2002 01:35:11 -0000	1.20
  +++ config.h.in	20 Mar 2002 22:27:13 -0000	1.21
  @@ -47,8 +47,7 @@
   /* The delimiter (used above) between XML elements */
   #define XML_ELEM_DELIM "."
   
  -/* FIXME: Base this on RCS ID? */
  -#define FLOOD_VERSION ".001"
  +#define FLOOD_VERSION "0.4-dev"
   
   #define CRLF "\r\n"