You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2004/08/03 11:46:04 UTC

cvs commit: apr-util/include apu_version.h

dreid       2004/08/03 02:46:04

  Modified:    include  apu_version.h
  Log:
  apr-util 1.0.0 is a release, not a dev release
  
  Revision  Changes    Path
  1.12      +0 -7      apr-util/include/apu_version.h
  
  Index: apu_version.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apu_version.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- apu_version.h	13 Feb 2004 09:55:26 -0000	1.11
  +++ apu_version.h	3 Aug 2004 09:46:04 -0000	1.12
  @@ -64,13 +64,6 @@
   /** patch level */
   #define APU_PATCH_VERSION       0
   
  -/** 
  - *  This symbol is defined for internal, "development" copies of APU. This
  - *  symbol will be #undef'd for releases. 
  - */
  -#define APU_IS_DEV_VERSION
  -
  -
   /** The formatted string of APU's version */
   #define APU_VERSION_STRING \
        APR_STRINGIFY(APU_MAJOR_VERSION) "." \