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:43:23 UTC

cvs commit: apr-iconv/include api_version.h

dreid       2004/08/03 02:43:23

  Modified:    include  api_version.h
  Log:
  apr-iconv 1.0.0.rc5 is a release, not a dev release
  
  Revision  Changes    Path
  1.5       +0 -7      apr-iconv/include/api_version.h
  
  Index: api_version.h
  ===================================================================
  RCS file: /home/cvs/apr-iconv/include/api_version.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- api_version.h	13 Feb 2004 10:01:11 -0000	1.4
  +++ api_version.h	3 Aug 2004 09:43:23 -0000	1.5
  @@ -65,13 +65,6 @@
   /** patch level */
   #define API_PATCH_VERSION       0
   
  -/** 
  - *  This symbol is defined for internal, "development" copies of API. This
  - *  symbol will be #undef'd for releases. 
  - */
  -#define API_IS_DEV_VERSION
  -
  -
   /** The formatted string of API's version */
   #define API_VERSION_STRING \
        APR_STRINGIFY(API_MAJOR_VERSION) "." \