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 ja...@apache.org on 2003/09/09 15:59:17 UTC

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

jacekp      2003/09/09 06:59:17

  Modified:    flood    config.h.in
  Log:
  Remove '-dev' sufix from flood version.
  
  Revision  Changes    Path
  1.30      +1 -1      httpd-test/flood/config.h.in
  
  Index: config.h.in
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/config.h.in,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- config.h.in	7 Sep 2003 23:41:57 -0000	1.29
  +++ config.h.in	9 Sep 2003 13:59:17 -0000	1.30
  @@ -53,7 +53,7 @@
   /* The delimiter (used above) between XML elements */
   #define XML_ELEM_DELIM "."
   
  -#define FLOOD_VERSION "1.1-dev"
  +#define FLOOD_VERSION "1.1"
   #define CONFIG_VERSION "1"
   
   #define CRLF "\r\n"